Shades of Saddle Brown #963205
Tints of Saddle Brown #963205
RGB
CMYK
RGB Variations
Color information
#963205 (or 0x963205) is known color: Saddle Brown. HEX triplet: 96, 32 and 05. RGB value is (150,50,5). Sum of RGB (Red+Green+Blue) = 150+50+5=205 (27% of max value = 765). Red value is 150 (58.98% from 255 or 73.17% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 5 (2.34% from 255 or 2.44% from 205); Max value from RGB is 150 - color contains mainly: red. Hex color #963205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963205 is #69CDFA. Grayscale: #4B4B4B. Windows color (decimal): -6934011 or 340630. OLE color: 340630.
HSL color Cylindrical-coordinate representation of color #963205: hue angle of 18.62º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #963205 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 50 | 5 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.41 |
| HSL | 18.62º | 0.94% | 0.3% | - |
| HSV(B) | 18.62º | 0.97% | 0.59% | - |
| XYZ | 13.75 | 8.78 | 1.11 | - |
| YUV | 74.77 | 88.63 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 50 | 5 | 0 | 0.67 | 0.97 | 0.41 | 18.62 | 0.94 | 0.3 |
| Hex | 96 | 32 | 5 | 0 | 43 | 61 | 29 | 13 | 5E | 1E |
| Octal | 226 | 62 | 5 | 0 | 103 | 141 | 51 | 23 | 136 | 36 |
| Binary | 10010110 | 110010 | 101 | 0 | 1000011 | 1100001 | 101001 | 10011 | 1011110 | 11110 |
Color Harmonies of #963205
Complementary color
Monochromatic Colors of #963205
Black with #963205
Text Example
Text Example
White with #963205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963205; }
p { color: rgb(150,50,5); }
H1.HeaderClassName
{
color: #963205;
}
.AnyTagClassName
{
color: #963205;
}
</style>
background-color css
<style>
a { background-color: #963205; }
a { background-color: rgb(150,50,5); }
div.DivClassName
{
background-color: #963205;
}
.BgClassName
{
background-color: #963205;
}
</style>
border-color css
<style>
span { border-color: #963205; }
span { border-color: rgb(150,50,5); }
td.TdClassName
{
border-color: #963205;
}
.TagClassName
{
border-color: #963205;
}
</style>