Shades of Saddle Brown #953D0F
Tints of Saddle Brown #953D0F
RGB
CMYK
RGB Variations
Color information
#953D0F (or 0x953D0F) is known color: Saddle Brown. HEX triplet: 95, 3D and 0F. RGB value is (149,61,15). Sum of RGB (Red+Green+Blue) = 149+61+15=225 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.22% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 149 - color contains mainly: red. Hex color #953D0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953D0F is #6AC2F0. Grayscale: #525252. Windows color (decimal): -6996721 or 998805. OLE color: 998805.
HSL color Cylindrical-coordinate representation of color #953D0F: hue angle of 20.6º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #953D0F is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 61 | 15 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.42 |
| HSL | 20.6º | 0.82% | 0.32% | - |
| HSV(B) | 20.6º | 0.9% | 0.58% | - |
| XYZ | 14.15 | 9.76 | 1.59 | - |
| YUV | 82.07 | 90.15 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 61 | 15 | 0 | 0.59 | 0.90 | 0.42 | 20.6 | 0.82 | 0.32 |
| Hex | 95 | 3D | F | 0 | 3B | 5A | 2A | 15 | 52 | 20 |
| Octal | 225 | 75 | 17 | 0 | 73 | 132 | 52 | 25 | 122 | 40 |
| Binary | 10010101 | 111101 | 1111 | 0 | 111011 | 1011010 | 101010 | 10101 | 1010010 | 100000 |
Color Harmonies of #953D0F
Complementary color
Monochromatic Colors of #953D0F
Black with #953D0F
Text Example
Text Example
White with #953D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953D0F; }
p { color: rgb(149,61,15); }
H1.HeaderClassName
{
color: #953D0F;
}
.AnyTagClassName
{
color: #953D0F;
}
</style>
background-color css
<style>
a { background-color: #953D0F; }
a { background-color: rgb(149,61,15); }
div.DivClassName
{
background-color: #953D0F;
}
.BgClassName
{
background-color: #953D0F;
}
</style>
border-color css
<style>
span { border-color: #953D0F; }
span { border-color: rgb(149,61,15); }
td.TdClassName
{
border-color: #953D0F;
}
.TagClassName
{
border-color: #953D0F;
}
</style>