Shades of Saddle Brown #954D16
Tints of Saddle Brown #954D16
RGB
CMYK
RGB Variations
Color information
#954D16 (or 0x954D16) is known color: Saddle Brown. HEX triplet: 95, 4D and 16. RGB value is (149,77,22). Sum of RGB (Red+Green+Blue) = 149+77+22=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #954D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #954D16 is #6AB2E9. Grayscale: #5C5C5C. Windows color (decimal): -6992618 or 1461653. OLE color: 1461653.
HSL color Cylindrical-coordinate representation of color #954D16: hue angle of 25.98º degrees, saturation: 0.74, 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 #954D16 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 77 | 22 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.42 |
| HSL | 25.98º | 0.74% | 0.34% | - |
| HSV(B) | 25.98º | 0.85% | 0.58% | - |
| XYZ | 15.19 | 11.76 | 2.23 | - |
| YUV | 92.26 | 88.35 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 77 | 22 | 0 | 0.48 | 0.85 | 0.42 | 25.98 | 0.74 | 0.34 |
| Hex | 95 | 4D | 16 | 0 | 30 | 55 | 2A | 1A | 4A | 22 |
| Octal | 225 | 115 | 26 | 0 | 60 | 125 | 52 | 32 | 112 | 42 |
| Binary | 10010101 | 1001101 | 10110 | 0 | 110000 | 1010101 | 101010 | 11010 | 1001010 | 100010 |
Color Harmonies of #954D16
Complementary color
Monochromatic Colors of #954D16
Black with #954D16
Text Example
Text Example
White with #954D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954D16; }
p { color: rgb(149,77,22); }
H1.HeaderClassName
{
color: #954D16;
}
.AnyTagClassName
{
color: #954D16;
}
</style>
background-color css
<style>
a { background-color: #954D16; }
a { background-color: rgb(149,77,22); }
div.DivClassName
{
background-color: #954D16;
}
.BgClassName
{
background-color: #954D16;
}
</style>
border-color css
<style>
span { border-color: #954D16; }
span { border-color: rgb(149,77,22); }
td.TdClassName
{
border-color: #954D16;
}
.TagClassName
{
border-color: #954D16;
}
</style>