Shades of Saddle Brown #963C00
Tints of Saddle Brown #963C00
RGB
CMYK
RGB Variations
Color information
#963C00 (or 0x963C00) is known color: Saddle Brown. HEX triplet: 96, 3C and 00. RGB value is (150,60,0). Sum of RGB (Red+Green+Blue) = 150+60+0=210 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.43% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 150 - color contains mainly: red. Hex color #963C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963C00 is #69C3FF. Grayscale: #505050. Windows color (decimal): -6931456 or 15510. OLE color: 15510.
HSL color Cylindrical-coordinate representation of color #963C00: hue angle of 24º 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 #963C00 is Cyan = 0, Magento = 0.6, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 60 | 0 | - |
| CMYK | 0 | 0.6 | 1 | 0.41 |
| HSL | 24º | 1% | 0.29% | - |
| HSV(B) | 24º | 1% | 0.59% | - |
| XYZ | 14.19 | 9.72 | 1.13 | - |
| YUV | 80.07 | 82.82 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 60 | 0 | 0 | 0.6 | 1 | 0.41 | 24 | 1 | 0.29 |
| Hex | 96 | 3C | 0 | 0 | 3C | 64 | 29 | 18 | 64 | 1D |
| Octal | 226 | 74 | 0 | 0 | 74 | 144 | 51 | 30 | 144 | 35 |
| Binary | 10010110 | 111100 | 0 | 0 | 111100 | 1100100 | 101001 | 11000 | 1100100 | 11101 |
Color Harmonies of #963C00
Complementary color
Monochromatic Colors of #963C00
Black with #963C00
Text Example
Text Example
White with #963C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963C00; }
p { color: rgb(150,60,0); }
H1.HeaderClassName
{
color: #963C00;
}
.AnyTagClassName
{
color: #963C00;
}
</style>
background-color css
<style>
a { background-color: #963C00; }
a { background-color: rgb(150,60,0); }
div.DivClassName
{
background-color: #963C00;
}
.BgClassName
{
background-color: #963C00;
}
</style>
border-color css
<style>
span { border-color: #963C00; }
span { border-color: rgb(150,60,0); }
td.TdClassName
{
border-color: #963C00;
}
.TagClassName
{
border-color: #963C00;
}
</style>