Shades of Saddle Brown #973D0B
Tints of Saddle Brown #973D0B
RGB
CMYK
RGB Variations
Color information
#973D0B (or 0x973D0B) is known color: Saddle Brown. HEX triplet: 97, 3D and 0B. RGB value is (151,61,11). Sum of RGB (Red+Green+Blue) = 151+61+11=223 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.71% from 223); Green value is 61 (24.22% from 255 or 27.35% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 151 - color contains mainly: red. Hex color #973D0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973D0B is #68C2F4. Grayscale: #525252. Windows color (decimal): -6865653 or 736663. OLE color: 736663.
HSL color Cylindrical-coordinate representation of color #973D0B: hue angle of 21.43º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #973D0B is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 61 | 11 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.41 |
| HSL | 21.43º | 0.86% | 0.32% | - |
| HSV(B) | 21.43º | 0.93% | 0.59% | - |
| XYZ | 14.49 | 9.94 | 1.47 | - |
| YUV | 82.21 | 87.82 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 61 | 11 | 0 | 0.60 | 0.93 | 0.41 | 21.43 | 0.86 | 0.32 |
| Hex | 97 | 3D | B | 0 | 3C | 5D | 29 | 15 | 56 | 20 |
| Octal | 227 | 75 | 13 | 0 | 74 | 135 | 51 | 25 | 126 | 40 |
| Binary | 10010111 | 111101 | 1011 | 0 | 111100 | 1011101 | 101001 | 10101 | 1010110 | 100000 |
Color Harmonies of #973D0B
Complementary color
Monochromatic Colors of #973D0B
Black with #973D0B
Text Example
Text Example
White with #973D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973D0B; }
p { color: rgb(151,61,11); }
H1.HeaderClassName
{
color: #973D0B;
}
.AnyTagClassName
{
color: #973D0B;
}
</style>
background-color css
<style>
a { background-color: #973D0B; }
a { background-color: rgb(151,61,11); }
div.DivClassName
{
background-color: #973D0B;
}
.BgClassName
{
background-color: #973D0B;
}
</style>
border-color css
<style>
span { border-color: #973D0B; }
span { border-color: rgb(151,61,11); }
td.TdClassName
{
border-color: #973D0B;
}
.TagClassName
{
border-color: #973D0B;
}
</style>