Shades of Saddle Brown #963000
Tints of Saddle Brown #963000
RGB
CMYK
RGB Variations
Color information
#963000 (or 0x963000) is known color: Saddle Brown. HEX triplet: 96, 30 and 00. RGB value is (150,48,0). Sum of RGB (Red+Green+Blue) = 150+48+0=198 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75.76% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 150 - color contains mainly: red. Hex color #963000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963000 is #69CFFF. Grayscale: #494949. Windows color (decimal): -6934528 or 12438. OLE color: 12438.
HSL color Cylindrical-coordinate representation of color #963000: hue angle of 19.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 #963000 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 48 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.41 |
| HSL | 19.2º | 1% | 0.29% | - |
| HSV(B) | 19.2º | 1% | 0.59% | - |
| XYZ | 13.63 | 8.6 | 0.94 | - |
| YUV | 73.03 | 86.79 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 48 | 0 | 0 | 0.68 | 1 | 0.41 | 19.2 | 1 | 0.29 |
| Hex | 96 | 30 | 0 | 0 | 44 | 64 | 29 | 13 | 64 | 1D |
| Octal | 226 | 60 | 0 | 0 | 104 | 144 | 51 | 23 | 144 | 35 |
| Binary | 10010110 | 110000 | 0 | 0 | 1000100 | 1100100 | 101001 | 10011 | 1100100 | 11101 |
Color Harmonies of #963000
Complementary color
Monochromatic Colors of #963000
Black with #963000
Text Example
Text Example
White with #963000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963000; }
p { color: rgb(150,48,0); }
H1.HeaderClassName
{
color: #963000;
}
.AnyTagClassName
{
color: #963000;
}
</style>
background-color css
<style>
a { background-color: #963000; }
a { background-color: rgb(150,48,0); }
div.DivClassName
{
background-color: #963000;
}
.BgClassName
{
background-color: #963000;
}
</style>
border-color css
<style>
span { border-color: #963000; }
span { border-color: rgb(150,48,0); }
td.TdClassName
{
border-color: #963000;
}
.TagClassName
{
border-color: #963000;
}
</style>