#8E442A

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

Shades of Fire #8E442A

Tints of Fire #8E442A

Color information

#8E442A (or 0x8E442A) is unknown color: approx Fire. HEX triplet: 8E, 44 and 2A. RGB value is (142,68,42). Sum of RGB (Red+Green+Blue) = 142+68+42=252 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.35% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 142 - color contains mainly: red. Hex color #8E442A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E442A is #71BBD5. Grayscale: #575757. Windows color (decimal): -7453654 or 2770062. OLE color: 2770062.

HSL color Cylindrical-coordinate representation of color #8E442A: hue angle of 15.6º 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 #8E442A is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB1426842-
CMYK00.520.700.44
HSL15.6º54.35%36.08%-
HSV(B)15.6º70.42%55.69%-
XYZ13.6410.053.41-
YUV87.16102.52167.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 56.35%
GREEN value IS 68 (26.95% from 255) = 26.98%
BLUE value IS 42 (16.80% from 255) = 16.67%
R=56.35%
G=26.98%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142684200.520.700.4415.654.3536.08
Hex8E442A034462C103624
Octal2161045206410654206644
Binary1000111010001001010100110100100011010110010000110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,68,42); }

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

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

 a { background-color: rgb(142,68,42); }

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

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

 span { border-color: rgb(142,68,42); }

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