Shades of Saddle Brown #954117
Tints of Saddle Brown #954117
RGB
CMYK
RGB Variations
Color information
#954117 (or 0x954117) is known color: Saddle Brown. HEX triplet: 95, 41 and 17. RGB value is (149,65,23). Sum of RGB (Red+Green+Blue) = 149+65+23=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 23 (9.38% from 255 or 9.70% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #954117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954117 is #6ABEE8. Grayscale: #555555. Windows color (decimal): -6995689 or 1524117. OLE color: 1524117.
HSL color Cylindrical-coordinate representation of color #954117: hue angle of 20º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #954117 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 65 | 23 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.42 |
| HSL | 20º | 0.73% | 0.34% | - |
| HSV(B) | 20º | 0.85% | 0.58% | - |
| XYZ | 14.44 | 10.23 | 2.02 | - |
| YUV | 85.33 | 92.83 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 65 | 23 | 0 | 0.56 | 0.85 | 0.42 | 20 | 0.73 | 0.34 |
| Hex | 95 | 41 | 17 | 0 | 38 | 55 | 2A | 14 | 49 | 22 |
| Octal | 225 | 101 | 27 | 0 | 70 | 125 | 52 | 24 | 111 | 42 |
| Binary | 10010101 | 1000001 | 10111 | 0 | 111000 | 1010101 | 101010 | 10100 | 1001001 | 100010 |
Color Harmonies of #954117
Complementary color
Monochromatic Colors of #954117
Black with #954117
Text Example
Text Example
White with #954117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954117; }
p { color: rgb(149,65,23); }
H1.HeaderClassName
{
color: #954117;
}
.AnyTagClassName
{
color: #954117;
}
</style>
background-color css
<style>
a { background-color: #954117; }
a { background-color: rgb(149,65,23); }
div.DivClassName
{
background-color: #954117;
}
.BgClassName
{
background-color: #954117;
}
</style>
border-color css
<style>
span { border-color: #954117; }
span { border-color: rgb(149,65,23); }
td.TdClassName
{
border-color: #954117;
}
.TagClassName
{
border-color: #954117;
}
</style>