Shades of Saddle Brown #964D00
Tints of Saddle Brown #964D00
RGB
CMYK
RGB Variations
Color information
#964D00 (or 0x964D00) is known color: Saddle Brown. HEX triplet: 96, 4D and 00. RGB value is (150,77,0). Sum of RGB (Red+Green+Blue) = 150+77+0=227 (30% of max value = 765). Red value is 150 (58.98% from 255 or 66.08% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 150 - color contains mainly: red. Hex color #964D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #964D00 is #69B2FF. Grayscale: #5A5A5A. Windows color (decimal): -6927104 or 19862. OLE color: 19862.
HSL color Cylindrical-coordinate representation of color #964D00: hue angle of 30.8º 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 #964D00 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 77 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.41 |
| HSL | 30.8º | 1% | 0.29% | - |
| HSV(B) | 30.8º | 1% | 0.59% | - |
| XYZ | 15.23 | 11.79 | 1.47 | - |
| YUV | 90.05 | 77.18 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 77 | 0 | 0 | 0.49 | 1 | 0.41 | 30.8 | 1 | 0.29 |
| Hex | 96 | 4D | 0 | 0 | 31 | 64 | 29 | 1F | 64 | 1D |
| Octal | 226 | 115 | 0 | 0 | 61 | 144 | 51 | 37 | 144 | 35 |
| Binary | 10010110 | 1001101 | 0 | 0 | 110001 | 1100100 | 101001 | 11111 | 1100100 | 11101 |
Color Harmonies of #964D00
Complementary color
Monochromatic Colors of #964D00
Black with #964D00
Text Example
Text Example
White with #964D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964D00; }
p { color: rgb(150,77,0); }
H1.HeaderClassName
{
color: #964D00;
}
.AnyTagClassName
{
color: #964D00;
}
</style>
background-color css
<style>
a { background-color: #964D00; }
a { background-color: rgb(150,77,0); }
div.DivClassName
{
background-color: #964D00;
}
.BgClassName
{
background-color: #964D00;
}
</style>
border-color css
<style>
span { border-color: #964D00; }
span { border-color: rgb(150,77,0); }
td.TdClassName
{
border-color: #964D00;
}
.TagClassName
{
border-color: #964D00;
}
</style>