#8E442E

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

Shades of Fire #8E442E

Tints of Fire #8E442E

Color information

#8E442E (or 0x8E442E) is unknown color: approx Fire. HEX triplet: 8E, 44 and 2E. RGB value is (142,68,46). Sum of RGB (Red+Green+Blue) = 142+68+46=256 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.47% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 142 - color contains mainly: red. Hex color #8E442E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E442E is #71BBD1. Grayscale: #575757. Windows color (decimal): -7453650 or 3032206. OLE color: 3032206.

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

Color convert

RGB1426846-
CMYK00.520.680.44
HSL13.75º51.06%36.86%-
HSV(B)13.75º67.61%55.69%-
XYZ13.7210.083.81-
YUV87.62104.52166.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 55.47%
GREEN value IS 68 (26.95% from 255) = 26.56%
BLUE value IS 46 (18.36% from 255) = 17.97%
R=55.47%
G=26.56%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142684600.520.680.4413.7551.0636.86
Hex8E442E034442Ce3325
Octal2161045606410454166345
Binary100011101000100101110011010010001001011001110110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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