Shades of Saddle Brown #963305
Tints of Saddle Brown #963305
RGB
CMYK
RGB Variations
Color information
#963305 (or 0x963305) is known color: Saddle Brown. HEX triplet: 96, 33 and 05. RGB value is (150,51,5). Sum of RGB (Red+Green+Blue) = 150+51+5=206 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.82% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 5 (2.34% from 255 or 2.43% from 206); Max value from RGB is 150 - color contains mainly: red. Hex color #963305 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963305 is #69CCFA. Grayscale: #4B4B4B. Windows color (decimal): -6933755 or 340886. OLE color: 340886.
HSL color Cylindrical-coordinate representation of color #963305: hue angle of 19.03º 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 #963305 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 51 | 5 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.41 |
| HSL | 19.03º | 0.94% | 0.3% | - |
| HSV(B) | 19.03º | 0.97% | 0.59% | - |
| XYZ | 13.79 | 8.86 | 1.13 | - |
| YUV | 75.36 | 88.3 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 51 | 5 | 0 | 0.66 | 0.97 | 0.41 | 19.03 | 0.94 | 0.3 |
| Hex | 96 | 33 | 5 | 0 | 42 | 61 | 29 | 13 | 5E | 1E |
| Octal | 226 | 63 | 5 | 0 | 102 | 141 | 51 | 23 | 136 | 36 |
| Binary | 10010110 | 110011 | 101 | 0 | 1000010 | 1100001 | 101001 | 10011 | 1011110 | 11110 |
Color Harmonies of #963305
Complementary color
Monochromatic Colors of #963305
Black with #963305
Text Example
Text Example
White with #963305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963305; }
p { color: rgb(150,51,5); }
H1.HeaderClassName
{
color: #963305;
}
.AnyTagClassName
{
color: #963305;
}
</style>
background-color css
<style>
a { background-color: #963305; }
a { background-color: rgb(150,51,5); }
div.DivClassName
{
background-color: #963305;
}
.BgClassName
{
background-color: #963305;
}
</style>
border-color css
<style>
span { border-color: #963305; }
span { border-color: rgb(150,51,5); }
td.TdClassName
{
border-color: #963305;
}
.TagClassName
{
border-color: #963305;
}
</style>