#8E422F

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

Shades of Fire #8E422F

Tints of Fire #8E422F

Color information

#8E422F (or 0x8E422F) is unknown color: approx Fire. HEX triplet: 8E, 42 and 2F. RGB value is (142,66,47). Sum of RGB (Red+Green+Blue) = 142+66+47=255 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.69% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 142 - color contains mainly: red. Hex color #8E422F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E422F is #71BDD0. Grayscale: #565656. Windows color (decimal): -7454161 or 3097230. OLE color: 3097230.

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

Color convert

RGB1426647-
CMYK00.540.670.44
HSL12º50.26%37.06%-
HSV(B)12º66.9%55.69%-
XYZ13.629.853.87-
YUV86.56105.68167.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 55.69%
GREEN value IS 66 (26.17% from 255) = 25.88%
BLUE value IS 47 (18.75% from 255) = 18.43%
R=55.69%
G=25.88%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142664700.540.670.441250.2637.06
Hex8E422F036432Cc3225
Octal2161025706610354146245
Binary100011101000010101111011011010000111011001100110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E422F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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