Shades of Saddle Brown #962802
Tints of Saddle Brown #962802
RGB
CMYK
RGB Variations
Color information
#962802 (or 0x962802) is known color: Saddle Brown. HEX triplet: 96, 28 and 02. RGB value is (150,40,2). Sum of RGB (Red+Green+Blue) = 150+40+2=192 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.12% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 150 - color contains mainly: red. Hex color #962802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962802 is #69D7FD. Grayscale: #444444. Windows color (decimal): -6936574 or 141462. OLE color: 141462.
HSL color Cylindrical-coordinate representation of color #962802: hue angle of 15.41º 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 #962802 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 40 | 2 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.41 |
| HSL | 15.41º | 0.97% | 0.3% | - |
| HSV(B) | 15.41º | 0.99% | 0.59% | - |
| XYZ | 13.35 | 8.01 | 0.9 | - |
| YUV | 68.56 | 90.44 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 40 | 2 | 0 | 0.73 | 0.99 | 0.41 | 15.41 | 0.97 | 0.3 |
| Hex | 96 | 28 | 2 | 0 | 49 | 63 | 29 | F | 61 | 1E |
| Octal | 226 | 50 | 2 | 0 | 111 | 143 | 51 | 17 | 141 | 36 |
| Binary | 10010110 | 101000 | 10 | 0 | 1001001 | 1100011 | 101001 | 1111 | 1100001 | 11110 |
Color Harmonies of #962802
Complementary color
Monochromatic Colors of #962802
Black with #962802
Text Example
Text Example
White with #962802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962802; }
p { color: rgb(150,40,2); }
H1.HeaderClassName
{
color: #962802;
}
.AnyTagClassName
{
color: #962802;
}
</style>
background-color css
<style>
a { background-color: #962802; }
a { background-color: rgb(150,40,2); }
div.DivClassName
{
background-color: #962802;
}
.BgClassName
{
background-color: #962802;
}
</style>
border-color css
<style>
span { border-color: #962802; }
span { border-color: rgb(150,40,2); }
td.TdClassName
{
border-color: #962802;
}
.TagClassName
{
border-color: #962802;
}
</style>