Shades of Saddle Brown #964C00
Tints of Saddle Brown #964C00
RGB
CMYK
RGB Variations
Color information
#964C00 (or 0x964C00) is known color: Saddle Brown. HEX triplet: 96, 4C and 00. RGB value is (150,76,0). Sum of RGB (Red+Green+Blue) = 150+76+0=226 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.37% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 150 - color contains mainly: red. Hex color #964C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964C00 is #69B3FF. Grayscale: #595959. Windows color (decimal): -6927360 or 19606. OLE color: 19606.
HSL color Cylindrical-coordinate representation of color #964C00: hue angle of 30.4º 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 #964C00 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 76 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.41 |
| HSL | 30.4º | 1% | 0.29% | - |
| HSV(B) | 30.4º | 1% | 0.59% | - |
| XYZ | 15.16 | 11.65 | 1.45 | - |
| YUV | 89.46 | 77.52 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 76 | 0 | 0 | 0.49 | 1 | 0.41 | 30.4 | 1 | 0.29 |
| Hex | 96 | 4C | 0 | 0 | 31 | 64 | 29 | 1E | 64 | 1D |
| Octal | 226 | 114 | 0 | 0 | 61 | 144 | 51 | 36 | 144 | 35 |
| Binary | 10010110 | 1001100 | 0 | 0 | 110001 | 1100100 | 101001 | 11110 | 1100100 | 11101 |
Color Harmonies of #964C00
Complementary color
Monochromatic Colors of #964C00
Black with #964C00
Text Example
Text Example
White with #964C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964C00; }
p { color: rgb(150,76,0); }
H1.HeaderClassName
{
color: #964C00;
}
.AnyTagClassName
{
color: #964C00;
}
</style>
background-color css
<style>
a { background-color: #964C00; }
a { background-color: rgb(150,76,0); }
div.DivClassName
{
background-color: #964C00;
}
.BgClassName
{
background-color: #964C00;
}
</style>
border-color css
<style>
span { border-color: #964C00; }
span { border-color: rgb(150,76,0); }
td.TdClassName
{
border-color: #964C00;
}
.TagClassName
{
border-color: #964C00;
}
</style>