Shades of Saddle Brown #953F16
Tints of Saddle Brown #953F16
RGB
CMYK
RGB Variations
Color information
#953F16 (or 0x953F16) is known color: Saddle Brown. HEX triplet: 95, 3F and 16. RGB value is (149,63,22). Sum of RGB (Red+Green+Blue) = 149+63+22=234 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.68% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 149 - color contains mainly: red. Hex color #953F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953F16 is #6AC0E9. Grayscale: #545454. Windows color (decimal): -6996202 or 1458069. OLE color: 1458069.
HSL color Cylindrical-coordinate representation of color #953F16: hue angle of 19.37º 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 #953F16 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 63 | 22 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.42 |
| HSL | 19.37º | 0.74% | 0.34% | - |
| HSV(B) | 19.37º | 0.85% | 0.58% | - |
| XYZ | 14.32 | 10 | 1.94 | - |
| YUV | 84.04 | 92.99 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 63 | 22 | 0 | 0.58 | 0.85 | 0.42 | 19.37 | 0.74 | 0.34 |
| Hex | 95 | 3F | 16 | 0 | 3A | 55 | 2A | 13 | 4A | 22 |
| Octal | 225 | 77 | 26 | 0 | 72 | 125 | 52 | 23 | 112 | 42 |
| Binary | 10010101 | 111111 | 10110 | 0 | 111010 | 1010101 | 101010 | 10011 | 1001010 | 100010 |
Color Harmonies of #953F16
Complementary color
Monochromatic Colors of #953F16
Black with #953F16
Text Example
Text Example
White with #953F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953F16; }
p { color: rgb(149,63,22); }
H1.HeaderClassName
{
color: #953F16;
}
.AnyTagClassName
{
color: #953F16;
}
</style>
background-color css
<style>
a { background-color: #953F16; }
a { background-color: rgb(149,63,22); }
div.DivClassName
{
background-color: #953F16;
}
.BgClassName
{
background-color: #953F16;
}
</style>
border-color css
<style>
span { border-color: #953F16; }
span { border-color: rgb(149,63,22); }
td.TdClassName
{
border-color: #953F16;
}
.TagClassName
{
border-color: #953F16;
}
</style>