#8A422E

Color #8A422E Fire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire #8A422E

Tints of Fire #8A422E

Color information

#8A422E (or 0x8A422E) is unknown color: approx Fire. HEX triplet: 8A, 42 and 2E. RGB value is (138,66,46). Sum of RGB (Red+Green+Blue) = 138+66+46=250 (33% of max value = 765). Red value is 138 (54.30% from 255 or 55.2% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 138 - color contains mainly: red. Hex color #8A422E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A422E is #75BDD1. Grayscale: #555555. Windows color (decimal): -7716306 or 3031690. OLE color: 3031690.

HSL color Cylindrical-coordinate representation of color #8A422E: hue angle of 13.04º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A422E is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB1386646-
CMYK00.520.670.46
HSL13.04º50%36.08%-
HSV(B)13.04º66.67%54.12%-
XYZ12.929.53.74-
YUV85.25105.85165.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 55.2%
GREEN value IS 66 (26.17% from 255) = 26.4%
BLUE value IS 46 (18.36% from 255) = 18.4%
R=55.2%
G=26.4%
B=18.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138664600.520.670.4613.045036.08
Hex8A422E034432Ed3224
Octal2121025606410356156244
Binary100010101000010101110011010010000111011101101110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A422E; }

 p { color: rgb(138,66,46); }

 H1.HeaderClassName
 {
   color: #8A422E;
 }
 .AnyTagClassName
 {
   color: #8A422E;
 }
</style>
background-color css

<style>
 a { background-color: #8A422E; }

 a { background-color: rgb(138,66,46); }

 div.DivClassName
 {
   background-color: #8A422E;
 }
 .BgClassName
 {
   background-color: #8A422E;
 }
</style>
border-color css

<style>
 span { border-color: #8A422E; }

 span { border-color: rgb(138,66,46); }

 td.TdClassName
 {
   border-color: #8A422E;
 }
 .TagClassName
 {
   border-color: #8A422E;
 }
</style>