Shades of Saddle Brown #964B00
Tints of Saddle Brown #964B00
RGB
CMYK
RGB Variations
Color information
#964B00 (or 0x964B00) is known color: Saddle Brown. HEX triplet: 96, 4B and 00. RGB value is (150,75,0). Sum of RGB (Red+Green+Blue) = 150+75+0=225 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.67% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 150 - color contains mainly: red. Hex color #964B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964B00 is #69B4FF. Grayscale: #595959. Windows color (decimal): -6927616 or 19350. OLE color: 19350.
HSL color Cylindrical-coordinate representation of color #964B00: hue angle of 30º 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 #964B00 is Cyan = 0, Magento = 0.5, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 75 | 0 | - |
| CMYK | 0 | 0.5 | 1 | 0.41 |
| HSL | 30º | 1% | 0.29% | - |
| HSV(B) | 30º | 1% | 0.59% | - |
| XYZ | 15.09 | 11.52 | 1.43 | - |
| YUV | 88.88 | 77.85 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 75 | 0 | 0 | 0.5 | 1 | 0.41 | 30 | 1 | 0.29 |
| Hex | 96 | 4B | 0 | 0 | 32 | 64 | 29 | 1E | 64 | 1D |
| Octal | 226 | 113 | 0 | 0 | 62 | 144 | 51 | 36 | 144 | 35 |
| Binary | 10010110 | 1001011 | 0 | 0 | 110010 | 1100100 | 101001 | 11110 | 1100100 | 11101 |
Color Harmonies of #964B00
Complementary color
Monochromatic Colors of #964B00
Black with #964B00
Text Example
Text Example
White with #964B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964B00; }
p { color: rgb(150,75,0); }
H1.HeaderClassName
{
color: #964B00;
}
.AnyTagClassName
{
color: #964B00;
}
</style>
background-color css
<style>
a { background-color: #964B00; }
a { background-color: rgb(150,75,0); }
div.DivClassName
{
background-color: #964B00;
}
.BgClassName
{
background-color: #964B00;
}
</style>
border-color css
<style>
span { border-color: #964B00; }
span { border-color: rgb(150,75,0); }
td.TdClassName
{
border-color: #964B00;
}
.TagClassName
{
border-color: #964B00;
}
</style>