#8C4431

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

Shades of Fire #8C4431

Tints of Fire #8C4431

Color information

#8C4431 (or 0x8C4431) is unknown color: approx Fire. HEX triplet: 8C, 44 and 31. RGB value is (140,68,49). Sum of RGB (Red+Green+Blue) = 140+68+49=257 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.47% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 49 (19.53% from 255 or 19.07% from 257); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4431 is #73BBCE. Grayscale: #575757. Windows color (decimal): -7584719 or 3228812. OLE color: 3228812.

HSL color Cylindrical-coordinate representation of color #8C4431: hue angle of 12.53º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C4431 is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB1406849-
CMYK00.510.650.45
HSL12.53º48.15%37.06%-
HSV(B)12.53º65%54.9%-
XYZ13.449.934.11-
YUV87.36106.35165.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 54.47%
GREEN value IS 68 (26.95% from 255) = 26.46%
BLUE value IS 49 (19.53% from 255) = 19.07%
R=54.47%
G=26.46%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140684900.510.650.4512.5348.1537.06
Hex8C4431033412Dd3025
Octal2141046106310155156045
Binary100011001000100110001011001110000011011011101110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,68,49); }

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

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

 a { background-color: rgb(140,68,49); }

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

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

 span { border-color: rgb(140,68,49); }

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