Shades of Saddle Brown #963A00
Tints of Saddle Brown #963A00
RGB
CMYK
RGB Variations
Color information
#963A00 (or 0x963A00) is known color: Saddle Brown. HEX triplet: 96, 3A and 00. RGB value is (150,58,0). Sum of RGB (Red+Green+Blue) = 150+58+0=208 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.12% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 150 - color contains mainly: red. Hex color #963A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963A00 is #69C5FF. Grayscale: #4F4F4F. Windows color (decimal): -6931968 or 14998. OLE color: 14998.
HSL color Cylindrical-coordinate representation of color #963A00: hue angle of 23.2º 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 #963A00 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 58 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.41 |
| HSL | 23.2º | 1% | 0.29% | - |
| HSV(B) | 23.2º | 1% | 0.59% | - |
| XYZ | 14.09 | 9.51 | 1.09 | - |
| YUV | 78.9 | 83.48 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 0 | 0 | 0.61 | 1 | 0.41 | 23.2 | 1 | 0.29 |
| Hex | 96 | 3A | 0 | 0 | 3D | 64 | 29 | 17 | 64 | 1D |
| Octal | 226 | 72 | 0 | 0 | 75 | 144 | 51 | 27 | 144 | 35 |
| Binary | 10010110 | 111010 | 0 | 0 | 111101 | 1100100 | 101001 | 10111 | 1100100 | 11101 |
Color Harmonies of #963A00
Complementary color
Monochromatic Colors of #963A00
Black with #963A00
Text Example
Text Example
White with #963A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963A00; }
p { color: rgb(150,58,0); }
H1.HeaderClassName
{
color: #963A00;
}
.AnyTagClassName
{
color: #963A00;
}
</style>
background-color css
<style>
a { background-color: #963A00; }
a { background-color: rgb(150,58,0); }
div.DivClassName
{
background-color: #963A00;
}
.BgClassName
{
background-color: #963A00;
}
</style>
border-color css
<style>
span { border-color: #963A00; }
span { border-color: rgb(150,58,0); }
td.TdClassName
{
border-color: #963A00;
}
.TagClassName
{
border-color: #963A00;
}
</style>