#8E4628

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

Shades of Fire #8E4628

Tints of Fire #8E4628

Color information

#8E4628 (or 0x8E4628) is unknown color: approx Fire. HEX triplet: 8E, 46 and 28. RGB value is (142,70,40). Sum of RGB (Red+Green+Blue) = 142+70+40=252 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.35% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4628 is #71B9D7. Grayscale: #585858. Windows color (decimal): -7453144 or 2639502. OLE color: 2639502.

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

Color convert

RGB1427040-
CMYK00.510.720.44
HSL17.65º56.04%35.69%-
HSV(B)17.65º71.83%55.69%-
XYZ13.7310.283.27-
YUV88.11100.85166.44-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 56.35%
GREEN value IS 70 (27.73% from 255) = 27.78%
BLUE value IS 40 (16.02% from 255) = 15.87%
R=56.35%
G=27.78%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142704000.510.720.4417.6556.0435.69
Hex8E4628033482C123824
Octal2161065006311054227044
Binary1000111010001101010000110011100100010110010010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,70,40); }

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

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

 a { background-color: rgb(142,70,40); }

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

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

 span { border-color: rgb(142,70,40); }

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