Shades of Saddle Brown #952901
Tints of Saddle Brown #952901
RGB
CMYK
RGB Variations
Color information
#952901 (or 0x952901) is known color: Saddle Brown. HEX triplet: 95, 29 and 01. RGB value is (149,41,1). Sum of RGB (Red+Green+Blue) = 149+41+1=191 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.01% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 1 (0.78% from 255 or 0.52% from 191); Max value from RGB is 149 - color contains mainly: red. Hex color #952901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952901 is #6AD6FE. Grayscale: #444444. Windows color (decimal): -7001855 or 76181. OLE color: 76181.
HSL color Cylindrical-coordinate representation of color #952901: hue angle of 16.22º 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 #952901 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 41 | 1 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.42 |
| HSL | 16.22º | 0.99% | 0.29% | - |
| HSV(B) | 16.22º | 0.99% | 0.58% | - |
| XYZ | 13.19 | 7.98 | 0.87 | - |
| YUV | 68.73 | 89.78 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 41 | 1 | 0 | 0.72 | 0.99 | 0.42 | 16.22 | 0.99 | 0.29 |
| Hex | 95 | 29 | 1 | 0 | 48 | 63 | 2A | 10 | 63 | 1D |
| Octal | 225 | 51 | 1 | 0 | 110 | 143 | 52 | 20 | 143 | 35 |
| Binary | 10010101 | 101001 | 1 | 0 | 1001000 | 1100011 | 101010 | 10000 | 1100011 | 11101 |
Color Harmonies of #952901
Complementary color
Monochromatic Colors of #952901
Black with #952901
Text Example
Text Example
White with #952901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952901; }
p { color: rgb(149,41,1); }
H1.HeaderClassName
{
color: #952901;
}
.AnyTagClassName
{
color: #952901;
}
</style>
background-color css
<style>
a { background-color: #952901; }
a { background-color: rgb(149,41,1); }
div.DivClassName
{
background-color: #952901;
}
.BgClassName
{
background-color: #952901;
}
</style>
border-color css
<style>
span { border-color: #952901; }
span { border-color: rgb(149,41,1); }
td.TdClassName
{
border-color: #952901;
}
.TagClassName
{
border-color: #952901;
}
</style>