Shades of Saddle Brown #953F11
Tints of Saddle Brown #953F11
RGB
CMYK
RGB Variations
Color information
#953F11 (or 0x953F11) is known color: Saddle Brown. HEX triplet: 95, 3F and 11. RGB value is (149,63,17). Sum of RGB (Red+Green+Blue) = 149+63+17=229 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.07% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 149 - color contains mainly: red. Hex color #953F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953F11 is #6AC0EE. Grayscale: #535353. Windows color (decimal): -6996207 or 1130389. OLE color: 1130389.
HSL color Cylindrical-coordinate representation of color #953F11: hue angle of 20.91º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #953F11 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 63 | 17 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.42 |
| HSL | 20.91º | 0.8% | 0.33% | - |
| HSV(B) | 20.91º | 0.89% | 0.58% | - |
| XYZ | 14.27 | 9.99 | 1.71 | - |
| YUV | 83.47 | 90.49 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 63 | 17 | 0 | 0.58 | 0.89 | 0.42 | 20.91 | 0.8 | 0.33 |
| Hex | 95 | 3F | 11 | 0 | 3A | 59 | 2A | 15 | 50 | 21 |
| Octal | 225 | 77 | 21 | 0 | 72 | 131 | 52 | 25 | 120 | 41 |
| Binary | 10010101 | 111111 | 10001 | 0 | 111010 | 1011001 | 101010 | 10101 | 1010000 | 100001 |
Color Harmonies of #953F11
Complementary color
Monochromatic Colors of #953F11
Black with #953F11
Text Example
Text Example
White with #953F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953F11; }
p { color: rgb(149,63,17); }
H1.HeaderClassName
{
color: #953F11;
}
.AnyTagClassName
{
color: #953F11;
}
</style>
background-color css
<style>
a { background-color: #953F11; }
a { background-color: rgb(149,63,17); }
div.DivClassName
{
background-color: #953F11;
}
.BgClassName
{
background-color: #953F11;
}
</style>
border-color css
<style>
span { border-color: #953F11; }
span { border-color: rgb(149,63,17); }
td.TdClassName
{
border-color: #953F11;
}
.TagClassName
{
border-color: #953F11;
}
</style>