#973C20

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

Shades of Fire #973C20

Tints of Fire #973C20

Color information

#973C20 (or 0x973C20) is unknown color: approx Fire. HEX triplet: 97, 3C and 20. RGB value is (151,60,32). Sum of RGB (Red+Green+Blue) = 151+60+32=243 (32% of max value = 765). Red value is 151 (59.38% from 255 or 62.14% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 151 - color contains mainly: red. Hex color #973C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973C20 is #68C3DF. Grayscale: #545454. Windows color (decimal): -6865888 or 2112663. OLE color: 2112663.

HSL color Cylindrical-coordinate representation of color #973C20: hue angle of 14.12º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #973C20 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB1516032-
CMYK00.600.790.41
HSL14.12º65.03%35.88%-
HSV(B)14.12º78.81%59.22%-
XYZ14.649.922.51-
YUV84.0298.65175.78-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 62.14%
GREEN value IS 60 (23.83% from 255) = 24.69%
BLUE value IS 32 (12.89% from 255) = 13.17%
R=62.14%
G=24.69%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151603200.600.790.4114.1265.0335.88
Hex973C2003C4F29e4124
Octal2277440074117511610144
Binary100101111111001000000111100100111110100111101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973C20; }

 p { color: rgb(151,60,32); }

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

<style>
 a { background-color: #973C20; }

 a { background-color: rgb(151,60,32); }

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

<style>
 span { border-color: #973C20; }

 span { border-color: rgb(151,60,32); }

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