Shades of Saddle Brown #962C07
Tints of Saddle Brown #962C07
RGB
CMYK
RGB Variations
Color information
#962C07 (or 0x962C07) is known color: Saddle Brown. HEX triplet: 96, 2C and 07. RGB value is (150,44,7). Sum of RGB (Red+Green+Blue) = 150+44+7=201 (26% of max value = 765). Red value is 150 (58.98% from 255 or 74.63% from 201); Green value is 44 (17.58% from 255 or 21.89% from 201); Blue value is 7 (3.12% from 255 or 3.48% from 201); Max value from RGB is 150 - color contains mainly: red. Hex color #962C07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962C07 is #69D3F8. Grayscale: #474747. Windows color (decimal): -6935545 or 470166. OLE color: 470166.
HSL color Cylindrical-coordinate representation of color #962C07: hue angle of 15.52º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #962C07 is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 44 | 7 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.41 |
| HSL | 15.52º | 0.91% | 0.31% | - |
| HSV(B) | 15.52º | 0.95% | 0.59% | - |
| XYZ | 13.52 | 8.3 | 1.09 | - |
| YUV | 71.48 | 91.62 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 44 | 7 | 0 | 0.71 | 0.95 | 0.41 | 15.52 | 0.91 | 0.31 |
| Hex | 96 | 2C | 7 | 0 | 47 | 5F | 29 | 10 | 5B | 1F |
| Octal | 226 | 54 | 7 | 0 | 107 | 137 | 51 | 20 | 133 | 37 |
| Binary | 10010110 | 101100 | 111 | 0 | 1000111 | 1011111 | 101001 | 10000 | 1011011 | 11111 |
Color Harmonies of #962C07
Complementary color
Monochromatic Colors of #962C07
Black with #962C07
Text Example
Text Example
White with #962C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962C07; }
p { color: rgb(150,44,7); }
H1.HeaderClassName
{
color: #962C07;
}
.AnyTagClassName
{
color: #962C07;
}
</style>
background-color css
<style>
a { background-color: #962C07; }
a { background-color: rgb(150,44,7); }
div.DivClassName
{
background-color: #962C07;
}
.BgClassName
{
background-color: #962C07;
}
</style>
border-color css
<style>
span { border-color: #962C07; }
span { border-color: rgb(150,44,7); }
td.TdClassName
{
border-color: #962C07;
}
.TagClassName
{
border-color: #962C07;
}
</style>