Shades of Saddle Brown #973605
Tints of Saddle Brown #973605
RGB
CMYK
RGB Variations
Color information
#973605 (or 0x973605) is known color: Saddle Brown. HEX triplet: 97, 36 and 05. RGB value is (151,54,5). Sum of RGB (Red+Green+Blue) = 151+54+5=210 (27% of max value = 765). Red value is 151 (59.38% from 255 or 71.90% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 5 (2.34% from 255 or 2.38% from 210); Max value from RGB is 151 - color contains mainly: red. Hex color #973605 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973605 is #68C9FA. Grayscale: #4D4D4D. Windows color (decimal): -6867451 or 341655. OLE color: 341655.
HSL color Cylindrical-coordinate representation of color #973605: hue angle of 20.14º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #973605 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 54 | 5 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.41 |
| HSL | 20.14º | 0.94% | 0.31% | - |
| HSV(B) | 20.14º | 0.97% | 0.59% | - |
| XYZ | 14.11 | 9.23 | 1.18 | - |
| YUV | 77.42 | 87.14 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 54 | 5 | 0 | 0.64 | 0.97 | 0.41 | 20.14 | 0.94 | 0.31 |
| Hex | 97 | 36 | 5 | 0 | 40 | 61 | 29 | 14 | 5E | 1F |
| Octal | 227 | 66 | 5 | 0 | 100 | 141 | 51 | 24 | 136 | 37 |
| Binary | 10010111 | 110110 | 101 | 0 | 1000000 | 1100001 | 101001 | 10100 | 1011110 | 11111 |
Color Harmonies of #973605
Complementary color
Monochromatic Colors of #973605
Black with #973605
Text Example
Text Example
White with #973605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973605; }
p { color: rgb(151,54,5); }
H1.HeaderClassName
{
color: #973605;
}
.AnyTagClassName
{
color: #973605;
}
</style>
background-color css
<style>
a { background-color: #973605; }
a { background-color: rgb(151,54,5); }
div.DivClassName
{
background-color: #973605;
}
.BgClassName
{
background-color: #973605;
}
</style>
border-color css
<style>
span { border-color: #973605; }
span { border-color: rgb(151,54,5); }
td.TdClassName
{
border-color: #973605;
}
.TagClassName
{
border-color: #973605;
}
</style>