Shades of Saddle Brown #954D17
Tints of Saddle Brown #954D17
RGB
CMYK
RGB Variations
Color information
#954D17 (or 0x954D17) is known color: Saddle Brown. HEX triplet: 95, 4D and 17. RGB value is (149,77,23). Sum of RGB (Red+Green+Blue) = 149+77+23=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 23 (9.38% from 255 or 9.24% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #954D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #954D17 is #6AB2E8. Grayscale: #5C5C5C. Windows color (decimal): -6992617 or 1527189. OLE color: 1527189.
HSL color Cylindrical-coordinate representation of color #954D17: hue angle of 25.71º 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 #954D17 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 77 | 23 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.42 |
| HSL | 25.71º | 0.73% | 0.34% | - |
| HSV(B) | 25.71º | 0.85% | 0.58% | - |
| XYZ | 15.2 | 11.76 | 2.28 | - |
| YUV | 92.37 | 88.85 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 77 | 23 | 0 | 0.48 | 0.85 | 0.42 | 25.71 | 0.73 | 0.34 |
| Hex | 95 | 4D | 17 | 0 | 30 | 55 | 2A | 1A | 49 | 22 |
| Octal | 225 | 115 | 27 | 0 | 60 | 125 | 52 | 32 | 111 | 42 |
| Binary | 10010101 | 1001101 | 10111 | 0 | 110000 | 1010101 | 101010 | 11010 | 1001001 | 100010 |
Color Harmonies of #954D17
Complementary color
Monochromatic Colors of #954D17
Black with #954D17
Text Example
Text Example
White with #954D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954D17; }
p { color: rgb(149,77,23); }
H1.HeaderClassName
{
color: #954D17;
}
.AnyTagClassName
{
color: #954D17;
}
</style>
background-color css
<style>
a { background-color: #954D17; }
a { background-color: rgb(149,77,23); }
div.DivClassName
{
background-color: #954D17;
}
.BgClassName
{
background-color: #954D17;
}
</style>
border-color css
<style>
span { border-color: #954D17; }
span { border-color: rgb(149,77,23); }
td.TdClassName
{
border-color: #954D17;
}
.TagClassName
{
border-color: #954D17;
}
</style>