Shades of Saddle Brown #953B0F
Tints of Saddle Brown #953B0F
RGB
CMYK
RGB Variations
Color information
#953B0F (or 0x953B0F) is known color: Saddle Brown. HEX triplet: 95, 3B and 0F. RGB value is (149,59,15). Sum of RGB (Red+Green+Blue) = 149+59+15=223 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.82% from 223); Green value is 59 (23.44% from 255 or 26.46% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 149 - color contains mainly: red. Hex color #953B0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953B0F is #6AC4F0. Grayscale: #515151. Windows color (decimal): -6997233 or 998293. OLE color: 998293.
HSL color Cylindrical-coordinate representation of color #953B0F: hue angle of 19.7º 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 #953B0F is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 59 | 15 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.42 |
| HSL | 19.7º | 0.82% | 0.32% | - |
| HSV(B) | 19.7º | 0.9% | 0.58% | - |
| XYZ | 14.04 | 9.55 | 1.56 | - |
| YUV | 80.89 | 90.82 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 59 | 15 | 0 | 0.60 | 0.90 | 0.42 | 19.7 | 0.82 | 0.32 |
| Hex | 95 | 3B | F | 0 | 3C | 5A | 2A | 14 | 52 | 20 |
| Octal | 225 | 73 | 17 | 0 | 74 | 132 | 52 | 24 | 122 | 40 |
| Binary | 10010101 | 111011 | 1111 | 0 | 111100 | 1011010 | 101010 | 10100 | 1010010 | 100000 |
Color Harmonies of #953B0F
Complementary color
Monochromatic Colors of #953B0F
Black with #953B0F
Text Example
Text Example
White with #953B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953B0F; }
p { color: rgb(149,59,15); }
H1.HeaderClassName
{
color: #953B0F;
}
.AnyTagClassName
{
color: #953B0F;
}
</style>
background-color css
<style>
a { background-color: #953B0F; }
a { background-color: rgb(149,59,15); }
div.DivClassName
{
background-color: #953B0F;
}
.BgClassName
{
background-color: #953B0F;
}
</style>
border-color css
<style>
span { border-color: #953B0F; }
span { border-color: rgb(149,59,15); }
td.TdClassName
{
border-color: #953B0F;
}
.TagClassName
{
border-color: #953B0F;
}
</style>