Shades of Saddle Brown #973D08
Tints of Saddle Brown #973D08
RGB
CMYK
RGB Variations
Color information
#973D08 (or 0x973D08) is known color: Saddle Brown. HEX triplet: 97, 3D and 08. RGB value is (151,61,8). Sum of RGB (Red+Green+Blue) = 151+61+8=220 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.64% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 8 (3.52% from 255 or 3.64% from 220); Max value from RGB is 151 - color contains mainly: red. Hex color #973D08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973D08 is #68C2F7. Grayscale: #525252. Windows color (decimal): -6865656 or 540055. OLE color: 540055.
HSL color Cylindrical-coordinate representation of color #973D08: hue angle of 22.24º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #973D08 is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 61 | 8 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.41 |
| HSL | 22.24º | 0.9% | 0.31% | - |
| HSV(B) | 22.24º | 0.95% | 0.59% | - |
| XYZ | 14.48 | 9.93 | 1.38 | - |
| YUV | 81.87 | 86.32 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 61 | 8 | 0 | 0.60 | 0.95 | 0.41 | 22.24 | 0.9 | 0.31 |
| Hex | 97 | 3D | 8 | 0 | 3C | 5F | 29 | 16 | 5A | 1F |
| Octal | 227 | 75 | 10 | 0 | 74 | 137 | 51 | 26 | 132 | 37 |
| Binary | 10010111 | 111101 | 1000 | 0 | 111100 | 1011111 | 101001 | 10110 | 1011010 | 11111 |
Color Harmonies of #973D08
Complementary color
Monochromatic Colors of #973D08
Black with #973D08
Text Example
Text Example
White with #973D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973D08; }
p { color: rgb(151,61,8); }
H1.HeaderClassName
{
color: #973D08;
}
.AnyTagClassName
{
color: #973D08;
}
</style>
background-color css
<style>
a { background-color: #973D08; }
a { background-color: rgb(151,61,8); }
div.DivClassName
{
background-color: #973D08;
}
.BgClassName
{
background-color: #973D08;
}
</style>
border-color css
<style>
span { border-color: #973D08; }
span { border-color: rgb(151,61,8); }
td.TdClassName
{
border-color: #973D08;
}
.TagClassName
{
border-color: #973D08;
}
</style>