#8E4322

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

Shades of Fire #8E4322

Tints of Fire #8E4322

Color information

#8E4322 (or 0x8E4322) is unknown color: approx Fire. HEX triplet: 8E, 43 and 22. RGB value is (142,67,34). Sum of RGB (Red+Green+Blue) = 142+67+34=243 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.44% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 34 (13.67% from 255 or 13.99% from 243); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4322 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4322 is #71BCDD. Grayscale: #555555. Windows color (decimal): -7453918 or 2245518. OLE color: 2245518.

HSL color Cylindrical-coordinate representation of color #8E4322: hue angle of 18.33º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8E4322 is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.44.

Color convert

RGB1426734-
CMYK00.530.760.44
HSL18.33º61.36%34.51%-
HSV(B)18.33º76.06%55.69%-
XYZ13.459.882.71-
YUV85.6698.85168.18-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 58.44%
GREEN value IS 67 (26.56% from 255) = 27.57%
BLUE value IS 34 (13.67% from 255) = 13.99%
R=58.44%
G=27.57%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.76
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142673400.530.760.4418.3361.3634.51
Hex8E43220354C2C123d23
Octal2161034206511454227543
Binary1000111010000111000100110101100110010110010010111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,67,34); }

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

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

 a { background-color: rgb(142,67,34); }

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

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

 span { border-color: rgb(142,67,34); }

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