Shades of Saddle Brown #954C17
Tints of Saddle Brown #954C17
RGB
CMYK
RGB Variations
Color information
#954C17 (or 0x954C17) is known color: Saddle Brown. HEX triplet: 95, 4C and 17. RGB value is (149,76,23). Sum of RGB (Red+Green+Blue) = 149+76+23=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 23 (9.38% from 255 or 9.27% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #954C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954C17 is #6AB3E8. Grayscale: #5C5C5C. Windows color (decimal): -6992873 or 1526933. OLE color: 1526933.
HSL color Cylindrical-coordinate representation of color #954C17: hue angle of 25.24º 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 #954C17 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 76 | 23 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.42 |
| HSL | 25.24º | 0.73% | 0.34% | - |
| HSV(B) | 25.24º | 0.85% | 0.58% | - |
| XYZ | 15.13 | 11.62 | 2.26 | - |
| YUV | 91.79 | 89.18 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 23 | 0 | 0.49 | 0.85 | 0.42 | 25.24 | 0.73 | 0.34 |
| Hex | 95 | 4C | 17 | 0 | 31 | 55 | 2A | 19 | 49 | 22 |
| Octal | 225 | 114 | 27 | 0 | 61 | 125 | 52 | 31 | 111 | 42 |
| Binary | 10010101 | 1001100 | 10111 | 0 | 110001 | 1010101 | 101010 | 11001 | 1001001 | 100010 |
Color Harmonies of #954C17
Complementary color
Monochromatic Colors of #954C17
Black with #954C17
Text Example
Text Example
White with #954C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954C17; }
p { color: rgb(149,76,23); }
H1.HeaderClassName
{
color: #954C17;
}
.AnyTagClassName
{
color: #954C17;
}
</style>
background-color css
<style>
a { background-color: #954C17; }
a { background-color: rgb(149,76,23); }
div.DivClassName
{
background-color: #954C17;
}
.BgClassName
{
background-color: #954C17;
}
</style>
border-color css
<style>
span { border-color: #954C17; }
span { border-color: rgb(149,76,23); }
td.TdClassName
{
border-color: #954C17;
}
.TagClassName
{
border-color: #954C17;
}
</style>