Shades of Saddle Brown #964200
Tints of Saddle Brown #964200
RGB
CMYK
RGB Variations
Color information
#964200 (or 0x964200) is known color: Saddle Brown. HEX triplet: 96, 42 and 00. RGB value is (150,66,0). Sum of RGB (Red+Green+Blue) = 150+66+0=216 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.44% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 150 - color contains mainly: red. Hex color #964200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964200 is #69BDFF. Grayscale: #535353. Windows color (decimal): -6929920 or 17046. OLE color: 17046.
HSL color Cylindrical-coordinate representation of color #964200: hue angle of 26.4º 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 #964200 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 66 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.41 |
| HSL | 26.4º | 1% | 0.29% | - |
| HSV(B) | 26.4º | 1% | 0.59% | - |
| XYZ | 14.53 | 10.38 | 1.24 | - |
| YUV | 83.59 | 80.83 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 66 | 0 | 0 | 0.56 | 1 | 0.41 | 26.4 | 1 | 0.29 |
| Hex | 96 | 42 | 0 | 0 | 38 | 64 | 29 | 1A | 64 | 1D |
| Octal | 226 | 102 | 0 | 0 | 70 | 144 | 51 | 32 | 144 | 35 |
| Binary | 10010110 | 1000010 | 0 | 0 | 111000 | 1100100 | 101001 | 11010 | 1100100 | 11101 |
Color Harmonies of #964200
Complementary color
Monochromatic Colors of #964200
Black with #964200
Text Example
Text Example
White with #964200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964200; }
p { color: rgb(150,66,0); }
H1.HeaderClassName
{
color: #964200;
}
.AnyTagClassName
{
color: #964200;
}
</style>
background-color css
<style>
a { background-color: #964200; }
a { background-color: rgb(150,66,0); }
div.DivClassName
{
background-color: #964200;
}
.BgClassName
{
background-color: #964200;
}
</style>
border-color css
<style>
span { border-color: #964200; }
span { border-color: rgb(150,66,0); }
td.TdClassName
{
border-color: #964200;
}
.TagClassName
{
border-color: #964200;
}
</style>