Shades of Saddle Brown #952900
Tints of Saddle Brown #952900
RGB
CMYK
RGB Variations
Color information
#952900 (or 0x952900) is known color: Saddle Brown. HEX triplet: 95, 29 and 00. RGB value is (149,41,0). Sum of RGB (Red+Green+Blue) = 149+41+0=190 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.42% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 149 - color contains mainly: red. Hex color #952900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952900 is #6AD6FF. Grayscale: #444444. Windows color (decimal): -7001856 or 10645. OLE color: 10645.
HSL color Cylindrical-coordinate representation of color #952900: hue angle of 16.51º 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 #952900 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 41 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.42 |
| HSL | 16.51º | 1% | 0.29% | - |
| HSV(B) | 16.51º | 1% | 0.58% | - |
| XYZ | 13.19 | 7.98 | 0.84 | - |
| YUV | 68.62 | 89.28 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 41 | 0 | 0 | 0.72 | 1 | 0.42 | 16.51 | 1 | 0.29 |
| Hex | 95 | 29 | 0 | 0 | 48 | 64 | 2A | 11 | 64 | 1D |
| Octal | 225 | 51 | 0 | 0 | 110 | 144 | 52 | 21 | 144 | 35 |
| Binary | 10010101 | 101001 | 0 | 0 | 1001000 | 1100100 | 101010 | 10001 | 1100100 | 11101 |
Color Harmonies of #952900
Complementary color
Monochromatic Colors of #952900
Black with #952900
Text Example
Text Example
White with #952900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952900; }
p { color: rgb(149,41,0); }
H1.HeaderClassName
{
color: #952900;
}
.AnyTagClassName
{
color: #952900;
}
</style>
background-color css
<style>
a { background-color: #952900; }
a { background-color: rgb(149,41,0); }
div.DivClassName
{
background-color: #952900;
}
.BgClassName
{
background-color: #952900;
}
</style>
border-color css
<style>
span { border-color: #952900; }
span { border-color: rgb(149,41,0); }
td.TdClassName
{
border-color: #952900;
}
.TagClassName
{
border-color: #952900;
}
</style>