#8E4221

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

Shades of Fire #8E4221

Tints of Fire #8E4221

Color information

#8E4221 (or 0x8E4221) is unknown color: approx Fire. HEX triplet: 8E, 42 and 21. RGB value is (142,66,33). Sum of RGB (Red+Green+Blue) = 142+66+33=241 (31% of max value = 765). Red value is 142 (55.86% from 255 or 58.92% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 33 (13.28% from 255 or 13.69% from 241); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4221 is #71BDDE. Grayscale: #555555. Windows color (decimal): -7454175 or 2179726. OLE color: 2179726.

HSL color Cylindrical-coordinate representation of color #8E4221: hue angle of 18.17º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E4221 is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB1426633-
CMYK00.540.770.44
HSL18.17º62.29%34.31%-
HSV(B)18.17º76.76%55.69%-
XYZ13.389.762.62-
YUV84.9698.68168.68-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 58.92%
GREEN value IS 66 (26.17% from 255) = 27.39%
BLUE value IS 33 (13.28% from 255) = 13.69%
R=58.92%
G=27.39%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142663300.540.770.4418.1762.2934.31
Hex8E42210364D2C123e22
Octal2161024106611554227642
Binary1000111010000101000010110110100110110110010010111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,66,33); }

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

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

 a { background-color: rgb(142,66,33); }

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

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

 span { border-color: rgb(142,66,33); }

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