#973C16

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

Shades of Saddle Brown #973C16

Tints of Saddle Brown #973C16

Color information

#973C16 (or 0x973C16) is unknown color: approx Saddle Brown. HEX triplet: 97, 3C and 16. RGB value is (151,60,22). Sum of RGB (Red+Green+Blue) = 151+60+22=233 (30% of max value = 765). Red value is 151 (59.38% from 255 or 64.81% from 233); Green value is 60 (23.83% from 255 or 25.75% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 151 - color contains mainly: red. Hex color #973C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973C16 is #68C3E9. Grayscale: #535353. Windows color (decimal): -6865898 or 1457303. OLE color: 1457303.

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

Color convert

RGB1516022-
CMYK00.600.850.41
HSL17.67º74.57%33.92%-
HSV(B)17.67º85.43%59.22%-
XYZ14.529.871.9-
YUV82.8893.65176.59-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 64.81%
GREEN value IS 60 (23.83% from 255) = 25.75%
BLUE value IS 22 (8.98% from 255) = 9.44%
R=64.81%
G=25.75%
B=9.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151602200.600.850.4117.6774.5733.92
Hex973C1603C5529124b22
Octal2277426074125512211342
Binary100101111111001011001111001010101101001100101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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