Shades of Saddle Brown #964C02
Tints of Saddle Brown #964C02
RGB
CMYK
RGB Variations
Color information
#964C02 (or 0x964C02) is known color: Saddle Brown. HEX triplet: 96, 4C and 02. RGB value is (150,76,2). Sum of RGB (Red+Green+Blue) = 150+76+2=228 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.79% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 150 - color contains mainly: red. Hex color #964C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964C02 is #69B3FD. Grayscale: #5A5A5A. Windows color (decimal): -6927358 or 150678. OLE color: 150678.
HSL color Cylindrical-coordinate representation of color #964C02: hue angle of 30º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #964C02 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 76 | 2 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.41 |
| HSL | 30º | 0.97% | 0.3% | - |
| HSV(B) | 30º | 0.99% | 0.59% | - |
| XYZ | 15.17 | 11.66 | 1.51 | - |
| YUV | 89.69 | 78.52 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 76 | 2 | 0 | 0.49 | 0.99 | 0.41 | 30 | 0.97 | 0.3 |
| Hex | 96 | 4C | 2 | 0 | 31 | 63 | 29 | 1E | 61 | 1E |
| Octal | 226 | 114 | 2 | 0 | 61 | 143 | 51 | 36 | 141 | 36 |
| Binary | 10010110 | 1001100 | 10 | 0 | 110001 | 1100011 | 101001 | 11110 | 1100001 | 11110 |
Color Harmonies of #964C02
Complementary color
Monochromatic Colors of #964C02
Black with #964C02
Text Example
Text Example
White with #964C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964C02; }
p { color: rgb(150,76,2); }
H1.HeaderClassName
{
color: #964C02;
}
.AnyTagClassName
{
color: #964C02;
}
</style>
background-color css
<style>
a { background-color: #964C02; }
a { background-color: rgb(150,76,2); }
div.DivClassName
{
background-color: #964C02;
}
.BgClassName
{
background-color: #964C02;
}
</style>
border-color css
<style>
span { border-color: #964C02; }
span { border-color: rgb(150,76,2); }
td.TdClassName
{
border-color: #964C02;
}
.TagClassName
{
border-color: #964C02;
}
</style>