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