#8E4526

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

Shades of Fire #8E4526

Tints of Fire #8E4526

Color information

#8E4526 (or 0x8E4526) is unknown color: approx Fire. HEX triplet: 8E, 45 and 26. RGB value is (142,69,38). Sum of RGB (Red+Green+Blue) = 142+69+38=249 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.03% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4526 is #71BAD9. Grayscale: #575757. Windows color (decimal): -7453402 or 2508174. OLE color: 2508174.

HSL color Cylindrical-coordinate representation of color #8E4526: hue angle of 17.88º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E4526 is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB1426938-
CMYK00.510.730.44
HSL17.88º57.78%35.29%-
HSV(B)17.88º73.24%55.69%-
XYZ13.6310.153.07-
YUV87.29100.18167.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.03%
GREEN value IS 69 (27.34% from 255) = 27.71%
BLUE value IS 38 (15.23% from 255) = 15.26%
R=57.03%
G=27.71%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142693800.510.730.4417.8857.7835.29
Hex8E4526033492C123a23
Octal2161054606311154227243
Binary1000111010001011001100110011100100110110010010111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,69,38); }

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

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

 a { background-color: rgb(142,69,38); }

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

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

 span { border-color: rgb(142,69,38); }

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