#973C0B

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

Shades of Saddle Brown #973C0B

Tints of Saddle Brown #973C0B

Color information

#973C0B (or 0x973C0B) is unknown color: approx Saddle Brown. HEX triplet: 97, 3C and 0B. RGB value is (151,60,11). Sum of RGB (Red+Green+Blue) = 151+60+11=222 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.02% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 151 - color contains mainly: red. Hex color #973C0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973C0B is #68C3F4. Grayscale: #515151. Windows color (decimal): -6865909 or 736407. OLE color: 736407.

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

Color convert

RGB1516011-
CMYK00.600.930.41
HSL21º86.42%31.76%-
HSV(B)21º92.72%59.22%-
XYZ14.449.841.45-
YUV81.6288.15177.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 68.02%
GREEN value IS 60 (23.83% from 255) = 27.03%
BLUE value IS 11 (4.69% from 255) = 4.95%
R=68.02%
G=27.03%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151601100.600.930.412186.4231.76
Hex973CB03C5D29155620
Octal2277413074135512512640
Binary10010111111100101101111001011101101001101011010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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