Shades of Saddle Brown #972E08
Tints of Saddle Brown #972E08
RGB
CMYK
RGB Variations
Color information
#972E08 (or 0x972E08) is known color: Saddle Brown. HEX triplet: 97, 2E and 08. RGB value is (151,46,8). Sum of RGB (Red+Green+Blue) = 151+46+8=205 (27% of max value = 765). Red value is 151 (59.38% from 255 or 73.66% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 8 (3.52% from 255 or 3.90% from 205); Max value from RGB is 151 - color contains mainly: red. Hex color #972E08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972E08 is #68D1F7. Grayscale: #494949. Windows color (decimal): -6869496 or 536215. OLE color: 536215.
HSL color Cylindrical-coordinate representation of color #972E08: hue angle of 15.94º 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 #972E08 is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 46 | 8 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.41 |
| HSL | 15.94º | 0.9% | 0.31% | - |
| HSV(B) | 15.94º | 0.95% | 0.59% | - |
| XYZ | 13.78 | 8.55 | 1.15 | - |
| YUV | 73.06 | 91.29 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 46 | 8 | 0 | 0.70 | 0.95 | 0.41 | 15.94 | 0.9 | 0.31 |
| Hex | 97 | 2E | 8 | 0 | 46 | 5F | 29 | 10 | 5A | 1F |
| Octal | 227 | 56 | 10 | 0 | 106 | 137 | 51 | 20 | 132 | 37 |
| Binary | 10010111 | 101110 | 1000 | 0 | 1000110 | 1011111 | 101001 | 10000 | 1011010 | 11111 |
Color Harmonies of #972E08
Complementary color
Monochromatic Colors of #972E08
Black with #972E08
Text Example
Text Example
White with #972E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972E08; }
p { color: rgb(151,46,8); }
H1.HeaderClassName
{
color: #972E08;
}
.AnyTagClassName
{
color: #972E08;
}
</style>
background-color css
<style>
a { background-color: #972E08; }
a { background-color: rgb(151,46,8); }
div.DivClassName
{
background-color: #972E08;
}
.BgClassName
{
background-color: #972E08;
}
</style>
border-color css
<style>
span { border-color: #972E08; }
span { border-color: rgb(151,46,8); }
td.TdClassName
{
border-color: #972E08;
}
.TagClassName
{
border-color: #972E08;
}
</style>