Shades of Saddle Brown #953C15
Tints of Saddle Brown #953C15
RGB
CMYK
RGB Variations
Color information
#953C15 (or 0x953C15) is known color: Saddle Brown. HEX triplet: 95, 3C and 15. RGB value is (149,60,21). Sum of RGB (Red+Green+Blue) = 149+60+21=230 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.78% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 21 (8.59% from 255 or 9.13% from 230); Max value from RGB is 149 - color contains mainly: red. Hex color #953C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953C15 is #6AC3EA. Grayscale: #525252. Windows color (decimal): -6996971 or 1391765. OLE color: 1391765.
HSL color Cylindrical-coordinate representation of color #953C15: hue angle of 18.28º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #953C15 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 60 | 21 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.42 |
| HSL | 18.28º | 0.75% | 0.33% | - |
| HSV(B) | 18.28º | 0.86% | 0.58% | - |
| XYZ | 14.15 | 9.68 | 1.83 | - |
| YUV | 82.17 | 93.49 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 60 | 21 | 0 | 0.60 | 0.86 | 0.42 | 18.28 | 0.75 | 0.33 |
| Hex | 95 | 3C | 15 | 0 | 3C | 56 | 2A | 12 | 4B | 21 |
| Octal | 225 | 74 | 25 | 0 | 74 | 126 | 52 | 22 | 113 | 41 |
| Binary | 10010101 | 111100 | 10101 | 0 | 111100 | 1010110 | 101010 | 10010 | 1001011 | 100001 |
Color Harmonies of #953C15
Complementary color
Monochromatic Colors of #953C15
Black with #953C15
Text Example
Text Example
White with #953C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953C15; }
p { color: rgb(149,60,21); }
H1.HeaderClassName
{
color: #953C15;
}
.AnyTagClassName
{
color: #953C15;
}
</style>
background-color css
<style>
a { background-color: #953C15; }
a { background-color: rgb(149,60,21); }
div.DivClassName
{
background-color: #953C15;
}
.BgClassName
{
background-color: #953C15;
}
</style>
border-color css
<style>
span { border-color: #953C15; }
span { border-color: rgb(149,60,21); }
td.TdClassName
{
border-color: #953C15;
}
.TagClassName
{
border-color: #953C15;
}
</style>