Shades of Saddle Brown #954A17
Tints of Saddle Brown #954A17
RGB
CMYK
RGB Variations
Color information
#954A17 (or 0x954A17) is known color: Saddle Brown. HEX triplet: 95, 4A and 17. RGB value is (149,74,23). Sum of RGB (Red+Green+Blue) = 149+74+23=246 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.57% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 23 (9.38% from 255 or 9.35% from 246); Max value from RGB is 149 - color contains mainly: red. Hex color #954A17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954A17 is #6AB5E8. Grayscale: #5A5A5A. Windows color (decimal): -6993385 or 1526421. OLE color: 1526421.
HSL color Cylindrical-coordinate representation of color #954A17: hue angle of 24.29º 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 #954A17 is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 74 | 23 | - |
| CMYK | 0 | 0.50 | 0.85 | 0.42 |
| HSL | 24.29º | 0.73% | 0.34% | - |
| HSV(B) | 24.29º | 0.85% | 0.58% | - |
| XYZ | 15 | 11.35 | 2.21 | - |
| YUV | 90.61 | 89.85 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 74 | 23 | 0 | 0.50 | 0.85 | 0.42 | 24.29 | 0.73 | 0.34 |
| Hex | 95 | 4A | 17 | 0 | 32 | 55 | 2A | 18 | 49 | 22 |
| Octal | 225 | 112 | 27 | 0 | 62 | 125 | 52 | 30 | 111 | 42 |
| Binary | 10010101 | 1001010 | 10111 | 0 | 110010 | 1010101 | 101010 | 11000 | 1001001 | 100010 |
Color Harmonies of #954A17
Complementary color
Monochromatic Colors of #954A17
Black with #954A17
Text Example
Text Example
White with #954A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954A17; }
p { color: rgb(149,74,23); }
H1.HeaderClassName
{
color: #954A17;
}
.AnyTagClassName
{
color: #954A17;
}
</style>
background-color css
<style>
a { background-color: #954A17; }
a { background-color: rgb(149,74,23); }
div.DivClassName
{
background-color: #954A17;
}
.BgClassName
{
background-color: #954A17;
}
</style>
border-color css
<style>
span { border-color: #954A17; }
span { border-color: rgb(149,74,23); }
td.TdClassName
{
border-color: #954A17;
}
.TagClassName
{
border-color: #954A17;
}
</style>