Shades of Saddle Brown #962702
Tints of Saddle Brown #962702
RGB
CMYK
RGB Variations
Color information
#962702 (or 0x962702) is known color: Saddle Brown. HEX triplet: 96, 27 and 02. RGB value is (150,39,2). Sum of RGB (Red+Green+Blue) = 150+39+2=191 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.53% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 150 - color contains mainly: red. Hex color #962702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962702 is #69D8FD. Grayscale: #444444. Windows color (decimal): -6936830 or 141206. OLE color: 141206.
HSL color Cylindrical-coordinate representation of color #962702: hue angle of 15º 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 #962702 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 39 | 2 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.41 |
| HSL | 15º | 0.97% | 0.3% | - |
| HSV(B) | 15º | 0.99% | 0.59% | - |
| XYZ | 13.31 | 7.94 | 0.89 | - |
| YUV | 67.97 | 90.77 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 39 | 2 | 0 | 0.74 | 0.99 | 0.41 | 15 | 0.97 | 0.3 |
| Hex | 96 | 27 | 2 | 0 | 4A | 63 | 29 | F | 61 | 1E |
| Octal | 226 | 47 | 2 | 0 | 112 | 143 | 51 | 17 | 141 | 36 |
| Binary | 10010110 | 100111 | 10 | 0 | 1001010 | 1100011 | 101001 | 1111 | 1100001 | 11110 |
Color Harmonies of #962702
Complementary color
Monochromatic Colors of #962702
Black with #962702
Text Example
Text Example
White with #962702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962702; }
p { color: rgb(150,39,2); }
H1.HeaderClassName
{
color: #962702;
}
.AnyTagClassName
{
color: #962702;
}
</style>
background-color css
<style>
a { background-color: #962702; }
a { background-color: rgb(150,39,2); }
div.DivClassName
{
background-color: #962702;
}
.BgClassName
{
background-color: #962702;
}
</style>
border-color css
<style>
span { border-color: #962702; }
span { border-color: rgb(150,39,2); }
td.TdClassName
{
border-color: #962702;
}
.TagClassName
{
border-color: #962702;
}
</style>