Shades of Saddle Brown #972F08
Tints of Saddle Brown #972F08
RGB
CMYK
RGB Variations
Color information
#972F08 (or 0x972F08) is known color: Saddle Brown. HEX triplet: 97, 2F and 08. RGB value is (151,47,8). Sum of RGB (Red+Green+Blue) = 151+47+8=206 (27% of max value = 765). Red value is 151 (59.38% from 255 or 73.30% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 8 (3.52% from 255 or 3.88% from 206); Max value from RGB is 151 - color contains mainly: red. Hex color #972F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972F08 is #68D0F7. Grayscale: #494949. Windows color (decimal): -6869240 or 536471. OLE color: 536471.
HSL color Cylindrical-coordinate representation of color #972F08: hue angle of 16.36º 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 #972F08 is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 47 | 8 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.41 |
| HSL | 16.36º | 0.9% | 0.31% | - |
| HSV(B) | 16.36º | 0.95% | 0.59% | - |
| XYZ | 13.82 | 8.63 | 1.17 | - |
| YUV | 73.65 | 90.96 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 47 | 8 | 0 | 0.69 | 0.95 | 0.41 | 16.36 | 0.9 | 0.31 |
| Hex | 97 | 2F | 8 | 0 | 45 | 5F | 29 | 10 | 5A | 1F |
| Octal | 227 | 57 | 10 | 0 | 105 | 137 | 51 | 20 | 132 | 37 |
| Binary | 10010111 | 101111 | 1000 | 0 | 1000101 | 1011111 | 101001 | 10000 | 1011010 | 11111 |
Color Harmonies of #972F08
Complementary color
Monochromatic Colors of #972F08
Black with #972F08
Text Example
Text Example
White with #972F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972F08; }
p { color: rgb(151,47,8); }
H1.HeaderClassName
{
color: #972F08;
}
.AnyTagClassName
{
color: #972F08;
}
</style>
background-color css
<style>
a { background-color: #972F08; }
a { background-color: rgb(151,47,8); }
div.DivClassName
{
background-color: #972F08;
}
.BgClassName
{
background-color: #972F08;
}
</style>
border-color css
<style>
span { border-color: #972F08; }
span { border-color: rgb(151,47,8); }
td.TdClassName
{
border-color: #972F08;
}
.TagClassName
{
border-color: #972F08;
}
</style>