Shades of Saddle Brown #953A17
Tints of Saddle Brown #953A17
RGB
CMYK
RGB Variations
Color information
#953A17 (or 0x953A17) is known color: Saddle Brown. HEX triplet: 95, 3A and 17. RGB value is (149,58,23). Sum of RGB (Red+Green+Blue) = 149+58+23=230 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.78% from 230); Green value is 58 (23.05% from 255 or 25.22% from 230); Blue value is 23 (9.38% from 255 or 10% from 230); Max value from RGB is 149 - color contains mainly: red. Hex color #953A17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953A17 is #6AC5E8. Grayscale: #515151. Windows color (decimal): -6997481 or 1522325. OLE color: 1522325.
HSL color Cylindrical-coordinate representation of color #953A17: hue angle of 16.67º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #953A17 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 58 | 23 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.42 |
| HSL | 16.67º | 0.73% | 0.34% | - |
| HSV(B) | 16.67º | 0.85% | 0.58% | - |
| XYZ | 14.06 | 9.48 | 1.9 | - |
| YUV | 81.22 | 95.15 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 58 | 23 | 0 | 0.61 | 0.85 | 0.42 | 16.67 | 0.73 | 0.34 |
| Hex | 95 | 3A | 17 | 0 | 3D | 55 | 2A | 11 | 49 | 22 |
| Octal | 225 | 72 | 27 | 0 | 75 | 125 | 52 | 21 | 111 | 42 |
| Binary | 10010101 | 111010 | 10111 | 0 | 111101 | 1010101 | 101010 | 10001 | 1001001 | 100010 |
Color Harmonies of #953A17
Complementary color
Monochromatic Colors of #953A17
Black with #953A17
Text Example
Text Example
White with #953A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953A17; }
p { color: rgb(149,58,23); }
H1.HeaderClassName
{
color: #953A17;
}
.AnyTagClassName
{
color: #953A17;
}
</style>
background-color css
<style>
a { background-color: #953A17; }
a { background-color: rgb(149,58,23); }
div.DivClassName
{
background-color: #953A17;
}
.BgClassName
{
background-color: #953A17;
}
</style>
border-color css
<style>
span { border-color: #953A17; }
span { border-color: rgb(149,58,23); }
td.TdClassName
{
border-color: #953A17;
}
.TagClassName
{
border-color: #953A17;
}
</style>