#8E462B

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

Shades of Fire #8E462B

Tints of Fire #8E462B

Color information

#8E462B (or 0x8E462B) is unknown color: approx Fire. HEX triplet: 8E, 46 and 2B. RGB value is (142,70,43). Sum of RGB (Red+Green+Blue) = 142+70+43=255 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.69% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 142 - color contains mainly: red. Hex color #8E462B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E462B is #71B9D4. Grayscale: #585858. Windows color (decimal): -7453141 or 2836110. OLE color: 2836110.

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

Color convert

RGB1427043-
CMYK00.510.700.44
HSL16.36º53.51%36.27%-
HSV(B)16.36º69.72%55.69%-
XYZ13.7810.313.55-
YUV88.45102.35166.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 55.69%
GREEN value IS 70 (27.73% from 255) = 27.45%
BLUE value IS 43 (17.19% from 255) = 16.86%
R=55.69%
G=27.45%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142704300.510.700.4416.3653.5136.27
Hex8E462B033462C103624
Octal2161065306310654206644
Binary1000111010001101010110110011100011010110010000110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E462B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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