#973F13

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

Shades of Saddle Brown #973F13

Tints of Saddle Brown #973F13

Color information

#973F13 (or 0x973F13) is unknown color: approx Saddle Brown. HEX triplet: 97, 3F and 13. RGB value is (151,63,19). Sum of RGB (Red+Green+Blue) = 151+63+19=233 (30% of max value = 765). Red value is 151 (59.38% from 255 or 64.81% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 151 - color contains mainly: red. Hex color #973F13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973F13 is #68C0EC. Grayscale: #545454. Windows color (decimal): -6865133 or 1261463. OLE color: 1261463.

HSL color Cylindrical-coordinate representation of color #973F13: hue angle of 20º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #973F13 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB1516319-
CMYK00.580.870.41
HSL20º77.65%33.33%-
HSV(B)20º87.42%59.22%-
XYZ14.6610.181.81-
YUV84.391.15175.58-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 64.81%
GREEN value IS 63 (25% from 255) = 27.04%
BLUE value IS 19 (7.81% from 255) = 8.15%
R=64.81%
G=27.04%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151631900.580.870.412077.6533.33
Hex973F1303A5729144e21
Octal2277723072127512411641
Binary100101111111111001101110101010111101001101001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,63,19); }

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

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

 a { background-color: rgb(151,63,19); }

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

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

 span { border-color: rgb(151,63,19); }

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