Shades of Saddle Brown #954B17
Tints of Saddle Brown #954B17
RGB
CMYK
RGB Variations
Color information
#954B17 (or 0x954B17) is known color: Saddle Brown. HEX triplet: 95, 4B and 17. RGB value is (149,75,23). Sum of RGB (Red+Green+Blue) = 149+75+23=247 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.32% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 149 - color contains mainly: red. Hex color #954B17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954B17 is #6AB4E8. Grayscale: #5B5B5B. Windows color (decimal): -6993129 or 1526677. OLE color: 1526677.
HSL color Cylindrical-coordinate representation of color #954B17: hue angle of 24.76º 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 #954B17 is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 75 | 23 | - |
| CMYK | 0 | 0.50 | 0.85 | 0.42 |
| HSL | 24.76º | 0.73% | 0.34% | - |
| HSV(B) | 24.76º | 0.85% | 0.58% | - |
| XYZ | 15.07 | 11.48 | 2.23 | - |
| YUV | 91.2 | 89.52 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 75 | 23 | 0 | 0.50 | 0.85 | 0.42 | 24.76 | 0.73 | 0.34 |
| Hex | 95 | 4B | 17 | 0 | 32 | 55 | 2A | 19 | 49 | 22 |
| Octal | 225 | 113 | 27 | 0 | 62 | 125 | 52 | 31 | 111 | 42 |
| Binary | 10010101 | 1001011 | 10111 | 0 | 110010 | 1010101 | 101010 | 11001 | 1001001 | 100010 |
Color Harmonies of #954B17
Complementary color
Monochromatic Colors of #954B17
Black with #954B17
Text Example
Text Example
White with #954B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954B17; }
p { color: rgb(149,75,23); }
H1.HeaderClassName
{
color: #954B17;
}
.AnyTagClassName
{
color: #954B17;
}
</style>
background-color css
<style>
a { background-color: #954B17; }
a { background-color: rgb(149,75,23); }
div.DivClassName
{
background-color: #954B17;
}
.BgClassName
{
background-color: #954B17;
}
</style>
border-color css
<style>
span { border-color: #954B17; }
span { border-color: rgb(149,75,23); }
td.TdClassName
{
border-color: #954B17;
}
.TagClassName
{
border-color: #954B17;
}
</style>