#972D09

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

Shades of Saddle Brown #972D09

Tints of Saddle Brown #972D09

Color information

#972D09 (or 0x972D09) is unknown color: approx Saddle Brown. HEX triplet: 97, 2D and 09. RGB value is (151,45,9). Sum of RGB (Red+Green+Blue) = 151+45+9=205 (27% of max value = 765). Red value is 151 (59.38% from 255 or 73.66% from 205); Green value is 45 (17.97% from 255 or 21.95% from 205); Blue value is 9 (3.91% from 255 or 4.39% from 205); Max value from RGB is 151 - color contains mainly: red. Hex color #972D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972D09 is #68D2F6. Grayscale: #484848. Windows color (decimal): -6869751 or 601495. OLE color: 601495.

HSL color Cylindrical-coordinate representation of color #972D09: hue angle of 15.21º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #972D09 is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.41.

Color convert

RGB151459-
CMYK00.700.940.41
HSL15.21º88.75%31.37%-
HSV(B)15.21º94.04%59.22%-
XYZ13.758.481.17-
YUV72.5992.12183.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 73.66%
GREEN value IS 45 (17.97% from 255) = 21.95%
BLUE value IS 9 (3.91% from 255) = 4.39%
R=73.66%
G=21.95%
B=4.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.94
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15145900.700.940.4115.2188.7531.37
Hex972D90465E29f591f
Octal22755110106136511713137
Binary1001011110110110010100011010111101010011111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972D09; }

 p { color: rgb(151,45,9); }

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

<style>
 a { background-color: #972D09; }

 a { background-color: rgb(151,45,9); }

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

<style>
 span { border-color: #972D09; }

 span { border-color: rgb(151,45,9); }

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