#8C4220

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

Shades of Fire #8C4220

Tints of Fire #8C4220

Color information

#8C4220 (or 0x8C4220) is unknown color: approx Fire. HEX triplet: 8C, 42 and 20. RGB value is (140,66,32). Sum of RGB (Red+Green+Blue) = 140+66+32=238 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.82% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4220 is #73BDDF. Grayscale: #545454. Windows color (decimal): -7585248 or 2114188. OLE color: 2114188.

HSL color Cylindrical-coordinate representation of color #8C4220: hue angle of 18.89º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C4220 is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB1406632-
CMYK00.530.770.45
HSL18.89º62.79%33.73%-
HSV(B)18.89º77.14%54.9%-
XYZ13.029.582.53-
YUV84.2598.52167.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 58.82%
GREEN value IS 66 (26.17% from 255) = 27.73%
BLUE value IS 32 (12.89% from 255) = 13.45%
R=58.82%
G=27.73%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140663200.530.770.4518.8962.7933.73
Hex8C42200354D2D133f22
Octal2141024006511555237742
Binary1000110010000101000000110101100110110110110011111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,66,32); }

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

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

 a { background-color: rgb(140,66,32); }

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

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

 span { border-color: rgb(140,66,32); }

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