Shades of Saddle Brown #962D00
Tints of Saddle Brown #962D00
RGB
CMYK
RGB Variations
Color information
#962D00 (or 0x962D00) is known color: Saddle Brown. HEX triplet: 96, 2D and 00. RGB value is (150,45,0). Sum of RGB (Red+Green+Blue) = 150+45+0=195 (25% of max value = 765). Red value is 150 (58.98% from 255 or 76.92% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 150 - color contains mainly: red. Hex color #962D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962D00 is #69D2FF. Grayscale: #474747. Windows color (decimal): -6935296 or 11670. OLE color: 11670.
HSL color Cylindrical-coordinate representation of color #962D00: hue angle of 18º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #962D00 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 45 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.41 |
| HSL | 18º | 1% | 0.29% | - |
| HSV(B) | 18º | 1% | 0.59% | - |
| XYZ | 13.52 | 8.36 | 0.9 | - |
| YUV | 71.27 | 87.79 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 45 | 0 | 0 | 0.70 | 1 | 0.41 | 18 | 1 | 0.29 |
| Hex | 96 | 2D | 0 | 0 | 46 | 64 | 29 | 12 | 64 | 1D |
| Octal | 226 | 55 | 0 | 0 | 106 | 144 | 51 | 22 | 144 | 35 |
| Binary | 10010110 | 101101 | 0 | 0 | 1000110 | 1100100 | 101001 | 10010 | 1100100 | 11101 |
Color Harmonies of #962D00
Complementary color
Monochromatic Colors of #962D00
Black with #962D00
Text Example
Text Example
White with #962D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962D00; }
p { color: rgb(150,45,0); }
H1.HeaderClassName
{
color: #962D00;
}
.AnyTagClassName
{
color: #962D00;
}
</style>
background-color css
<style>
a { background-color: #962D00; }
a { background-color: rgb(150,45,0); }
div.DivClassName
{
background-color: #962D00;
}
.BgClassName
{
background-color: #962D00;
}
</style>
border-color css
<style>
span { border-color: #962D00; }
span { border-color: rgb(150,45,0); }
td.TdClassName
{
border-color: #962D00;
}
.TagClassName
{
border-color: #962D00;
}
</style>