Shades of Saddle Brown #975113
Tints of Saddle Brown #975113
RGB
CMYK
RGB Variations
Color information
#975113 (or 0x975113) is known color: Saddle Brown. HEX triplet: 97, 51 and 13. RGB value is (151,81,19). Sum of RGB (Red+Green+Blue) = 151+81+19=251 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.16% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 151 - color contains mainly: red. Hex color #975113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975113 is #68AEEC. Grayscale: #5F5F5F. Windows color (decimal): -6860525 or 1266071. OLE color: 1266071.
HSL color Cylindrical-coordinate representation of color #975113: hue angle of 28.18º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #975113 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 81 | 19 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.41 |
| HSL | 28.18º | 0.78% | 0.33% | - |
| HSV(B) | 28.18º | 0.87% | 0.59% | - |
| XYZ | 15.82 | 12.51 | 2.2 | - |
| YUV | 94.86 | 85.19 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 81 | 19 | 0 | 0.46 | 0.87 | 0.41 | 28.18 | 0.78 | 0.33 |
| Hex | 97 | 51 | 13 | 0 | 2E | 57 | 29 | 1C | 4E | 21 |
| Octal | 227 | 121 | 23 | 0 | 56 | 127 | 51 | 34 | 116 | 41 |
| Binary | 10010111 | 1010001 | 10011 | 0 | 101110 | 1010111 | 101001 | 11100 | 1001110 | 100001 |
Color Harmonies of #975113
Complementary color
Monochromatic Colors of #975113
Black with #975113
Text Example
Text Example
White with #975113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975113; }
p { color: rgb(151,81,19); }
H1.HeaderClassName
{
color: #975113;
}
.AnyTagClassName
{
color: #975113;
}
</style>
background-color css
<style>
a { background-color: #975113; }
a { background-color: rgb(151,81,19); }
div.DivClassName
{
background-color: #975113;
}
.BgClassName
{
background-color: #975113;
}
</style>
border-color css
<style>
span { border-color: #975113; }
span { border-color: rgb(151,81,19); }
td.TdClassName
{
border-color: #975113;
}
.TagClassName
{
border-color: #975113;
}
</style>