Shades of Saddle Brown #975112
Tints of Saddle Brown #975112
RGB
CMYK
RGB Variations
Color information
#975112 (or 0x975112) is known color: Saddle Brown. HEX triplet: 97, 51 and 12. RGB value is (151,81,18). Sum of RGB (Red+Green+Blue) = 151+81+18=250 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.4% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 151 - color contains mainly: red. Hex color #975112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975112 is #68AEED. Grayscale: #5F5F5F. Windows color (decimal): -6860526 or 1200535. OLE color: 1200535.
HSL color Cylindrical-coordinate representation of color #975112: hue angle of 28.42º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #975112 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 81 | 18 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.41 |
| HSL | 28.42º | 0.79% | 0.33% | - |
| HSV(B) | 28.42º | 0.88% | 0.59% | - |
| XYZ | 15.81 | 12.51 | 2.15 | - |
| YUV | 94.75 | 84.69 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 81 | 18 | 0 | 0.46 | 0.88 | 0.41 | 28.42 | 0.79 | 0.33 |
| Hex | 97 | 51 | 12 | 0 | 2E | 58 | 29 | 1C | 4F | 21 |
| Octal | 227 | 121 | 22 | 0 | 56 | 130 | 51 | 34 | 117 | 41 |
| Binary | 10010111 | 1010001 | 10010 | 0 | 101110 | 1011000 | 101001 | 11100 | 1001111 | 100001 |
Color Harmonies of #975112
Complementary color
Monochromatic Colors of #975112
Black with #975112
Text Example
Text Example
White with #975112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975112; }
p { color: rgb(151,81,18); }
H1.HeaderClassName
{
color: #975112;
}
.AnyTagClassName
{
color: #975112;
}
</style>
background-color css
<style>
a { background-color: #975112; }
a { background-color: rgb(151,81,18); }
div.DivClassName
{
background-color: #975112;
}
.BgClassName
{
background-color: #975112;
}
</style>
border-color css
<style>
span { border-color: #975112; }
span { border-color: rgb(151,81,18); }
td.TdClassName
{
border-color: #975112;
}
.TagClassName
{
border-color: #975112;
}
</style>