#8D4424

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

Shades of Fire #8D4424

Tints of Fire #8D4424

Color information

#8D4424 (or 0x8D4424) is unknown color: approx Fire. HEX triplet: 8D, 44 and 24. RGB value is (141,68,36). Sum of RGB (Red+Green+Blue) = 141+68+36=245 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.55% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4424 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4424 is #72BBDB. Grayscale: #565656. Windows color (decimal): -7519196 or 2376845. OLE color: 2376845.

HSL color Cylindrical-coordinate representation of color #8D4424: hue angle of 18.29º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D4424 is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB1416836-
CMYK00.520.740.45
HSL18.29º59.32%34.71%-
HSV(B)18.29º74.47%55.29%-
XYZ13.379.922.88-
YUV86.1899.68167.1-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 57.55%
GREEN value IS 68 (26.95% from 255) = 27.76%
BLUE value IS 36 (14.45% from 255) = 14.69%
R=57.55%
G=27.76%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141683600.520.740.4518.2959.3234.71
Hex8D44240344A2D123b23
Octal2151044406411255227343
Binary1000110110001001001000110100100101010110110010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,68,36); }

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

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

 a { background-color: rgb(141,68,36); }

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

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

 span { border-color: rgb(141,68,36); }

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