#8E462D

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

Shades of Fire #8E462D

Tints of Fire #8E462D

Color information

#8E462D (or 0x8E462D) is unknown color: approx Fire. HEX triplet: 8E, 46 and 2D. RGB value is (142,70,45). Sum of RGB (Red+Green+Blue) = 142+70+45=257 (34% of max value = 765). Red value is 142 (55.86% from 255 or 55.25% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 142 - color contains mainly: red. Hex color #8E462D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E462D is #71B9D2. Grayscale: #585858. Windows color (decimal): -7453139 or 2967182. OLE color: 2967182.

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

Color convert

RGB1427045-
CMYK00.510.680.44
HSL15.46º51.87%36.67%-
HSV(B)15.46º68.31%55.69%-
XYZ13.8210.323.75-
YUV88.68103.35166.03-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 55.25%
GREEN value IS 70 (27.73% from 255) = 27.24%
BLUE value IS 45 (17.97% from 255) = 17.51%
R=55.25%
G=27.24%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142704500.510.680.4415.4651.8736.67
Hex8E462D033442Cf3425
Octal2161065506310454176445
Binary100011101000110101101011001110001001011001111110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E462D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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