Shades of Saddle Brown #953711
Tints of Saddle Brown #953711
RGB
CMYK
RGB Variations
Color information
#953711 (or 0x953711) is known color: Saddle Brown. HEX triplet: 95, 37 and 11. RGB value is (149,55,17). Sum of RGB (Red+Green+Blue) = 149+55+17=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #953711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953711 is #6AC8EE. Grayscale: #4F4F4F. Windows color (decimal): -6998255 or 1128341. OLE color: 1128341.
HSL color Cylindrical-coordinate representation of color #953711: hue angle of 17.27º 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 #953711 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 55 | 17 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.42 |
| HSL | 17.27º | 0.8% | 0.33% | - |
| HSV(B) | 17.27º | 0.89% | 0.58% | - |
| XYZ | 13.86 | 9.16 | 1.57 | - |
| YUV | 78.77 | 93.14 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 55 | 17 | 0 | 0.63 | 0.89 | 0.42 | 17.27 | 0.8 | 0.33 |
| Hex | 95 | 37 | 11 | 0 | 3F | 59 | 2A | 11 | 50 | 21 |
| Octal | 225 | 67 | 21 | 0 | 77 | 131 | 52 | 21 | 120 | 41 |
| Binary | 10010101 | 110111 | 10001 | 0 | 111111 | 1011001 | 101010 | 10001 | 1010000 | 100001 |
Color Harmonies of #953711
Complementary color
Monochromatic Colors of #953711
Black with #953711
Text Example
Text Example
White with #953711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953711; }
p { color: rgb(149,55,17); }
H1.HeaderClassName
{
color: #953711;
}
.AnyTagClassName
{
color: #953711;
}
</style>
background-color css
<style>
a { background-color: #953711; }
a { background-color: rgb(149,55,17); }
div.DivClassName
{
background-color: #953711;
}
.BgClassName
{
background-color: #953711;
}
</style>
border-color css
<style>
span { border-color: #953711; }
span { border-color: rgb(149,55,17); }
td.TdClassName
{
border-color: #953711;
}
.TagClassName
{
border-color: #953711;
}
</style>