Shades of Saddle Brown #962902
Tints of Saddle Brown #962902
RGB
CMYK
RGB Variations
Color information
#962902 (or 0x962902) is known color: Saddle Brown. HEX triplet: 96, 29 and 02. RGB value is (150,41,2). Sum of RGB (Red+Green+Blue) = 150+41+2=193 (25% of max value = 765). Red value is 150 (58.98% from 255 or 77.72% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 150 - color contains mainly: red. Hex color #962902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962902 is #69D6FD. Grayscale: #454545. Windows color (decimal): -6936318 or 141718. OLE color: 141718.
HSL color Cylindrical-coordinate representation of color #962902: hue angle of 15.81º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #962902 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 41 | 2 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.41 |
| HSL | 15.81º | 0.97% | 0.3% | - |
| HSV(B) | 15.81º | 0.99% | 0.59% | - |
| XYZ | 13.38 | 8.07 | 0.91 | - |
| YUV | 69.15 | 90.11 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 41 | 2 | 0 | 0.73 | 0.99 | 0.41 | 15.81 | 0.97 | 0.3 |
| Hex | 96 | 29 | 2 | 0 | 49 | 63 | 29 | 10 | 61 | 1E |
| Octal | 226 | 51 | 2 | 0 | 111 | 143 | 51 | 20 | 141 | 36 |
| Binary | 10010110 | 101001 | 10 | 0 | 1001001 | 1100011 | 101001 | 10000 | 1100001 | 11110 |
Color Harmonies of #962902
Complementary color
Monochromatic Colors of #962902
Black with #962902
Text Example
Text Example
White with #962902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962902; }
p { color: rgb(150,41,2); }
H1.HeaderClassName
{
color: #962902;
}
.AnyTagClassName
{
color: #962902;
}
</style>
background-color css
<style>
a { background-color: #962902; }
a { background-color: rgb(150,41,2); }
div.DivClassName
{
background-color: #962902;
}
.BgClassName
{
background-color: #962902;
}
</style>
border-color css
<style>
span { border-color: #962902; }
span { border-color: rgb(150,41,2); }
td.TdClassName
{
border-color: #962902;
}
.TagClassName
{
border-color: #962902;
}
</style>