#8E4129

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

Shades of Fire #8E4129

Tints of Fire #8E4129

Color information

#8E4129 (or 0x8E4129) is unknown color: approx Fire. HEX triplet: 8E, 41 and 29. RGB value is (142,65,41). Sum of RGB (Red+Green+Blue) = 142+65+41=248 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.26% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 41 (16.41% from 255 or 16.53% from 248); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4129 is #71BED6. Grayscale: #555555. Windows color (decimal): -7454423 or 2703758. OLE color: 2703758.

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

Color convert

RGB1426541-
CMYK00.540.710.44
HSL14.26º55.19%35.88%-
HSV(B)14.26º71.13%55.69%-
XYZ13.459.693.26-
YUV85.29103.01168.45-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.26%
GREEN value IS 65 (25.78% from 255) = 26.21%
BLUE value IS 41 (16.41% from 255) = 16.53%
R=57.26%
G=26.21%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142654100.540.710.4414.2655.1935.88
Hex8E4129036472Ce3724
Octal2161015106610754166744
Binary100011101000001101001011011010001111011001110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,65,41); }

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

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

 a { background-color: rgb(142,65,41); }

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

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

 span { border-color: rgb(142,65,41); }

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