Shades of Saddle Brown #952802
Tints of Saddle Brown #952802
RGB
CMYK
RGB Variations
Color information
#952802 (or 0x952802) is known color: Saddle Brown. HEX triplet: 95, 28 and 02. RGB value is (149,40,2). Sum of RGB (Red+Green+Blue) = 149+40+2=191 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.01% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 149 - color contains mainly: red. Hex color #952802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952802 is #6AD7FD. Grayscale: #444444. Windows color (decimal): -7002110 or 141461. OLE color: 141461.
HSL color Cylindrical-coordinate representation of color #952802: hue angle of 15.51º 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 #952802 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 40 | 2 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.42 |
| HSL | 15.51º | 0.97% | 0.3% | - |
| HSV(B) | 15.51º | 0.99% | 0.58% | - |
| XYZ | 13.16 | 7.91 | 0.89 | - |
| YUV | 68.26 | 90.61 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 40 | 2 | 0 | 0.73 | 0.99 | 0.42 | 15.51 | 0.97 | 0.3 |
| Hex | 95 | 28 | 2 | 0 | 49 | 63 | 2A | 10 | 61 | 1E |
| Octal | 225 | 50 | 2 | 0 | 111 | 143 | 52 | 20 | 141 | 36 |
| Binary | 10010101 | 101000 | 10 | 0 | 1001001 | 1100011 | 101010 | 10000 | 1100001 | 11110 |
Color Harmonies of #952802
Complementary color
Monochromatic Colors of #952802
Black with #952802
Text Example
Text Example
White with #952802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952802; }
p { color: rgb(149,40,2); }
H1.HeaderClassName
{
color: #952802;
}
.AnyTagClassName
{
color: #952802;
}
</style>
background-color css
<style>
a { background-color: #952802; }
a { background-color: rgb(149,40,2); }
div.DivClassName
{
background-color: #952802;
}
.BgClassName
{
background-color: #952802;
}
</style>
border-color css
<style>
span { border-color: #952802; }
span { border-color: rgb(149,40,2); }
td.TdClassName
{
border-color: #952802;
}
.TagClassName
{
border-color: #952802;
}
</style>