Shades of Saddle Brown #954711
Tints of Saddle Brown #954711
RGB
CMYK
RGB Variations
Color information
#954711 (or 0x954711) is known color: Saddle Brown. HEX triplet: 95, 47 and 11. RGB value is (149,71,17). Sum of RGB (Red+Green+Blue) = 149+71+17=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 17 (7.03% from 255 or 7.17% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #954711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954711 is #6AB8EE. Grayscale: #585858. Windows color (decimal): -6994159 or 1132437. OLE color: 1132437.
HSL color Cylindrical-coordinate representation of color #954711: hue angle of 24.55º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #954711 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 71 | 17 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.42 |
| HSL | 24.55º | 0.8% | 0.33% | - |
| HSV(B) | 24.55º | 0.89% | 0.58% | - |
| XYZ | 14.75 | 10.94 | 1.86 | - |
| YUV | 88.17 | 87.84 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 71 | 17 | 0 | 0.52 | 0.89 | 0.42 | 24.55 | 0.8 | 0.33 |
| Hex | 95 | 47 | 11 | 0 | 34 | 59 | 2A | 19 | 50 | 21 |
| Octal | 225 | 107 | 21 | 0 | 64 | 131 | 52 | 31 | 120 | 41 |
| Binary | 10010101 | 1000111 | 10001 | 0 | 110100 | 1011001 | 101010 | 11001 | 1010000 | 100001 |
Color Harmonies of #954711
Complementary color
Monochromatic Colors of #954711
Black with #954711
Text Example
Text Example
White with #954711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954711; }
p { color: rgb(149,71,17); }
H1.HeaderClassName
{
color: #954711;
}
.AnyTagClassName
{
color: #954711;
}
</style>
background-color css
<style>
a { background-color: #954711; }
a { background-color: rgb(149,71,17); }
div.DivClassName
{
background-color: #954711;
}
.BgClassName
{
background-color: #954711;
}
</style>
border-color css
<style>
span { border-color: #954711; }
span { border-color: rgb(149,71,17); }
td.TdClassName
{
border-color: #954711;
}
.TagClassName
{
border-color: #954711;
}
</style>