#973B0C

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

Shades of Saddle Brown #973B0C

Tints of Saddle Brown #973B0C

Color information

#973B0C (or 0x973B0C) is unknown color: approx Saddle Brown. HEX triplet: 97, 3B and 0C. RGB value is (151,59,12). Sum of RGB (Red+Green+Blue) = 151+59+12=222 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.02% from 222); Green value is 59 (23.44% from 255 or 26.58% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 151 - color contains mainly: red. Hex color #973B0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973B0C is #68C4F3. Grayscale: #515151. Windows color (decimal): -6866164 or 801687. OLE color: 801687.

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

Color convert

RGB1515912-
CMYK00.610.920.41
HSL20.29º85.28%31.96%-
HSV(B)20.29º92.05%59.22%-
XYZ14.399.731.47-
YUV81.1588.98177.82-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 68.02%
GREEN value IS 59 (23.44% from 255) = 26.58%
BLUE value IS 12 (5.08% from 255) = 5.41%
R=68.02%
G=26.58%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.92
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151591200.610.920.4120.2985.2831.96
Hex973BC03D5C29145520
Octal2277314075134512412540
Binary10010111111011110001111011011100101001101001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,59,12); }

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

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

 a { background-color: rgb(151,59,12); }

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

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

 span { border-color: rgb(151,59,12); }

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