Shades of Saddle Brown #953501
Tints of Saddle Brown #953501
RGB
CMYK
RGB Variations
Color information
#953501 (or 0x953501) is known color: Saddle Brown. HEX triplet: 95, 35 and 01. RGB value is (149,53,1). Sum of RGB (Red+Green+Blue) = 149+53+1=203 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.40% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 149 - color contains mainly: red. Hex color #953501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953501 is #6ACAFE. Grayscale: #4C4C4C. Windows color (decimal): -6998783 or 79253. OLE color: 79253.
HSL color Cylindrical-coordinate representation of color #953501: hue angle of 21.08º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #953501 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 53 | 1 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.42 |
| HSL | 21.08º | 0.99% | 0.29% | - |
| HSV(B) | 21.08º | 0.99% | 0.58% | - |
| XYZ | 13.67 | 8.94 | 1.03 | - |
| YUV | 75.78 | 85.8 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 53 | 1 | 0 | 0.64 | 0.99 | 0.42 | 21.08 | 0.99 | 0.29 |
| Hex | 95 | 35 | 1 | 0 | 40 | 63 | 2A | 15 | 63 | 1D |
| Octal | 225 | 65 | 1 | 0 | 100 | 143 | 52 | 25 | 143 | 35 |
| Binary | 10010101 | 110101 | 1 | 0 | 1000000 | 1100011 | 101010 | 10101 | 1100011 | 11101 |
Color Harmonies of #953501
Complementary color
Monochromatic Colors of #953501
Black with #953501
Text Example
Text Example
White with #953501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953501; }
p { color: rgb(149,53,1); }
H1.HeaderClassName
{
color: #953501;
}
.AnyTagClassName
{
color: #953501;
}
</style>
background-color css
<style>
a { background-color: #953501; }
a { background-color: rgb(149,53,1); }
div.DivClassName
{
background-color: #953501;
}
.BgClassName
{
background-color: #953501;
}
</style>
border-color css
<style>
span { border-color: #953501; }
span { border-color: rgb(149,53,1); }
td.TdClassName
{
border-color: #953501;
}
.TagClassName
{
border-color: #953501;
}
</style>