Shades of Saddle Brown #962A00
Tints of Saddle Brown #962A00
RGB
CMYK
RGB Variations
Color information
#962A00 (or 0x962A00) is known color: Saddle Brown. HEX triplet: 96, 2A and 00. RGB value is (150,42,0). Sum of RGB (Red+Green+Blue) = 150+42+0=192 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.12% from 192); Green value is 42 (16.80% from 255 or 21.88% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 150 - color contains mainly: red. Hex color #962A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962A00 is #69D5FF. Grayscale: #454545. Windows color (decimal): -6936064 or 10902. OLE color: 10902.
HSL color Cylindrical-coordinate representation of color #962A00: hue angle of 16.8º 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 #962A00 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 42 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.41 |
| HSL | 16.8º | 1% | 0.29% | - |
| HSV(B) | 16.8º | 1% | 0.59% | - |
| XYZ | 13.41 | 8.14 | 0.86 | - |
| YUV | 69.5 | 88.78 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 42 | 0 | 0 | 0.72 | 1 | 0.41 | 16.8 | 1 | 0.29 |
| Hex | 96 | 2A | 0 | 0 | 48 | 64 | 29 | 11 | 64 | 1D |
| Octal | 226 | 52 | 0 | 0 | 110 | 144 | 51 | 21 | 144 | 35 |
| Binary | 10010110 | 101010 | 0 | 0 | 1001000 | 1100100 | 101001 | 10001 | 1100100 | 11101 |
Color Harmonies of #962A00
Complementary color
Monochromatic Colors of #962A00
Black with #962A00
Text Example
Text Example
White with #962A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962A00; }
p { color: rgb(150,42,0); }
H1.HeaderClassName
{
color: #962A00;
}
.AnyTagClassName
{
color: #962A00;
}
</style>
background-color css
<style>
a { background-color: #962A00; }
a { background-color: rgb(150,42,0); }
div.DivClassName
{
background-color: #962A00;
}
.BgClassName
{
background-color: #962A00;
}
</style>
border-color css
<style>
span { border-color: #962A00; }
span { border-color: rgb(150,42,0); }
td.TdClassName
{
border-color: #962A00;
}
.TagClassName
{
border-color: #962A00;
}
</style>