Shades of Saddle Brown #953502
Tints of Saddle Brown #953502
RGB
CMYK
RGB Variations
Color information
#953502 (or 0x953502) is known color: Saddle Brown. HEX triplet: 95, 35 and 02. RGB value is (149,53,2). Sum of RGB (Red+Green+Blue) = 149+53+2=204 (27% of max value = 765). Red value is 149 (58.59% from 255 or 73.04% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 149 - color contains mainly: red. Hex color #953502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953502 is #6ACAFD. Grayscale: #4C4C4C. Windows color (decimal): -6998782 or 144789. OLE color: 144789.
HSL color Cylindrical-coordinate representation of color #953502: hue angle of 20.82º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #953502 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 53 | 2 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.42 |
| HSL | 20.82º | 0.97% | 0.3% | - |
| HSV(B) | 20.82º | 0.99% | 0.58% | - |
| XYZ | 13.68 | 8.94 | 1.06 | - |
| YUV | 75.89 | 86.3 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 53 | 2 | 0 | 0.64 | 0.99 | 0.42 | 20.82 | 0.97 | 0.3 |
| Hex | 95 | 35 | 2 | 0 | 40 | 63 | 2A | 15 | 61 | 1E |
| Octal | 225 | 65 | 2 | 0 | 100 | 143 | 52 | 25 | 141 | 36 |
| Binary | 10010101 | 110101 | 10 | 0 | 1000000 | 1100011 | 101010 | 10101 | 1100001 | 11110 |
Color Harmonies of #953502
Complementary color
Monochromatic Colors of #953502
Black with #953502
Text Example
Text Example
White with #953502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953502; }
p { color: rgb(149,53,2); }
H1.HeaderClassName
{
color: #953502;
}
.AnyTagClassName
{
color: #953502;
}
</style>
background-color css
<style>
a { background-color: #953502; }
a { background-color: rgb(149,53,2); }
div.DivClassName
{
background-color: #953502;
}
.BgClassName
{
background-color: #953502;
}
</style>
border-color css
<style>
span { border-color: #953502; }
span { border-color: rgb(149,53,2); }
td.TdClassName
{
border-color: #953502;
}
.TagClassName
{
border-color: #953502;
}
</style>