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