#973A0C

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

Shades of Saddle Brown #973A0C

Tints of Saddle Brown #973A0C

Color information

#973A0C (or 0x973A0C) is unknown color: approx Saddle Brown. HEX triplet: 97, 3A and 0C. RGB value is (151,58,12). Sum of RGB (Red+Green+Blue) = 151+58+12=221 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.33% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 12 (5.08% from 255 or 5.43% from 221); Max value from RGB is 151 - color contains mainly: red. Hex color #973A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973A0C is #68C5F3. Grayscale: #505050. Windows color (decimal): -6866420 or 801431. OLE color: 801431.

HSL color Cylindrical-coordinate representation of color #973A0C: hue angle of 19.86º 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 #973A0C is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB1515812-
CMYK00.620.920.41
HSL19.86º85.28%31.96%-
HSV(B)19.86º92.05%59.22%-
XYZ14.349.631.45-
YUV80.5689.31178.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 68.33%
GREEN value IS 58 (23.05% from 255) = 26.24%
BLUE value IS 12 (5.08% from 255) = 5.43%
R=68.33%
G=26.24%
B=5.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.92
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151581200.620.920.4119.8685.2831.96
Hex973AC03E5C29145520
Octal2277214076134512412540
Binary10010111111010110001111101011100101001101001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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