Shades of Saddle Brown #954C16
Tints of Saddle Brown #954C16
RGB
CMYK
RGB Variations
Color information
#954C16 (or 0x954C16) is known color: Saddle Brown. HEX triplet: 95, 4C and 16. RGB value is (149,76,22). Sum of RGB (Red+Green+Blue) = 149+76+22=247 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.32% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 149 - color contains mainly: red. Hex color #954C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954C16 is #6AB3E9. Grayscale: #5B5B5B. Windows color (decimal): -6992874 or 1461397. OLE color: 1461397.
HSL color Cylindrical-coordinate representation of color #954C16: hue angle of 25.51º 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 #954C16 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 76 | 22 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.42 |
| HSL | 25.51º | 0.74% | 0.34% | - |
| HSV(B) | 25.51º | 0.85% | 0.58% | - |
| XYZ | 15.12 | 11.62 | 2.2 | - |
| YUV | 91.67 | 88.68 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 22 | 0 | 0.49 | 0.85 | 0.42 | 25.51 | 0.74 | 0.34 |
| Hex | 95 | 4C | 16 | 0 | 31 | 55 | 2A | 1A | 4A | 22 |
| Octal | 225 | 114 | 26 | 0 | 61 | 125 | 52 | 32 | 112 | 42 |
| Binary | 10010101 | 1001100 | 10110 | 0 | 110001 | 1010101 | 101010 | 11010 | 1001010 | 100010 |
Color Harmonies of #954C16
Complementary color
Monochromatic Colors of #954C16
Black with #954C16
Text Example
Text Example
White with #954C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954C16; }
p { color: rgb(149,76,22); }
H1.HeaderClassName
{
color: #954C16;
}
.AnyTagClassName
{
color: #954C16;
}
</style>
background-color css
<style>
a { background-color: #954C16; }
a { background-color: rgb(149,76,22); }
div.DivClassName
{
background-color: #954C16;
}
.BgClassName
{
background-color: #954C16;
}
</style>
border-color css
<style>
span { border-color: #954C16; }
span { border-color: rgb(149,76,22); }
td.TdClassName
{
border-color: #954C16;
}
.TagClassName
{
border-color: #954C16;
}
</style>