Shades of Saddle Brown #953F06
Tints of Saddle Brown #953F06
RGB
CMYK
RGB Variations
Color information
#953F06 (or 0x953F06) is known color: Saddle Brown. HEX triplet: 95, 3F and 06. RGB value is (149,63,6). Sum of RGB (Red+Green+Blue) = 149+63+6=218 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.35% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 6 (2.73% from 255 or 2.75% from 218); Max value from RGB is 149 - color contains mainly: red. Hex color #953F06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953F06 is #6AC0F9. Grayscale: #525252. Windows color (decimal): -6996218 or 409493. OLE color: 409493.
HSL color Cylindrical-coordinate representation of color #953F06: hue angle of 23.92º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #953F06 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 63 | 6 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.42 |
| HSL | 23.92º | 0.92% | 0.3% | - |
| HSV(B) | 23.92º | 0.96% | 0.58% | - |
| XYZ | 14.2 | 9.96 | 1.35 | - |
| YUV | 82.22 | 84.99 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 63 | 6 | 0 | 0.58 | 0.96 | 0.42 | 23.92 | 0.92 | 0.3 |
| Hex | 95 | 3F | 6 | 0 | 3A | 60 | 2A | 18 | 5C | 1E |
| Octal | 225 | 77 | 6 | 0 | 72 | 140 | 52 | 30 | 134 | 36 |
| Binary | 10010101 | 111111 | 110 | 0 | 111010 | 1100000 | 101010 | 11000 | 1011100 | 11110 |
Color Harmonies of #953F06
Complementary color
Monochromatic Colors of #953F06
Black with #953F06
Text Example
Text Example
White with #953F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953F06; }
p { color: rgb(149,63,6); }
H1.HeaderClassName
{
color: #953F06;
}
.AnyTagClassName
{
color: #953F06;
}
</style>
background-color css
<style>
a { background-color: #953F06; }
a { background-color: rgb(149,63,6); }
div.DivClassName
{
background-color: #953F06;
}
.BgClassName
{
background-color: #953F06;
}
</style>
border-color css
<style>
span { border-color: #953F06; }
span { border-color: rgb(149,63,6); }
td.TdClassName
{
border-color: #953F06;
}
.TagClassName
{
border-color: #953F06;
}
</style>