#8C3E20

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

Shades of Fire #8C3E20

Tints of Fire #8C3E20

Color information

#8C3E20 (or 0x8C3E20) is unknown color: approx Fire. HEX triplet: 8C, 3E and 20. RGB value is (140,62,32). Sum of RGB (Red+Green+Blue) = 140+62+32=234 (30% of max value = 765). Red value is 140 (55.08% from 255 or 59.83% from 234); Green value is 62 (24.61% from 255 or 26.50% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3E20 is #73C1DF. Grayscale: #525252. Windows color (decimal): -7586272 or 2113164. OLE color: 2113164.

HSL color Cylindrical-coordinate representation of color #8C3E20: hue angle of 16.67º 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 #8C3E20 is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB1406232-
CMYK00.560.770.45
HSL16.67º62.79%33.73%-
HSV(B)16.67º77.14%54.9%-
XYZ12.89.122.45-
YUV81.999.84169.44-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 59.83%
GREEN value IS 62 (24.61% from 255) = 26.50%
BLUE value IS 32 (12.89% from 255) = 13.68%
R=59.83%
G=26.50%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140623200.560.770.4516.6762.7933.73
Hex8C3E200384D2D113f22
Octal214764007011555217742
Binary100011001111101000000111000100110110110110001111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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