Shades of Saddle Brown #964A02
Tints of Saddle Brown #964A02
RGB
CMYK
RGB Variations
Color information
#964A02 (or 0x964A02) is known color: Saddle Brown. HEX triplet: 96, 4A and 02. RGB value is (150,74,2). Sum of RGB (Red+Green+Blue) = 150+74+2=226 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.37% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 150 - color contains mainly: red. Hex color #964A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964A02 is #69B5FD. Grayscale: #585858. Windows color (decimal): -6927870 or 150166. OLE color: 150166.
HSL color Cylindrical-coordinate representation of color #964A02: hue angle of 29.19º 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 #964A02 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 74 | 2 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.41 |
| HSL | 29.19º | 0.97% | 0.3% | - |
| HSV(B) | 29.19º | 0.99% | 0.59% | - |
| XYZ | 15.04 | 11.39 | 1.46 | - |
| YUV | 88.52 | 79.18 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 74 | 2 | 0 | 0.51 | 0.99 | 0.41 | 29.19 | 0.97 | 0.3 |
| Hex | 96 | 4A | 2 | 0 | 33 | 63 | 29 | 1D | 61 | 1E |
| Octal | 226 | 112 | 2 | 0 | 63 | 143 | 51 | 35 | 141 | 36 |
| Binary | 10010110 | 1001010 | 10 | 0 | 110011 | 1100011 | 101001 | 11101 | 1100001 | 11110 |
Color Harmonies of #964A02
Complementary color
Monochromatic Colors of #964A02
Black with #964A02
Text Example
Text Example
White with #964A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964A02; }
p { color: rgb(150,74,2); }
H1.HeaderClassName
{
color: #964A02;
}
.AnyTagClassName
{
color: #964A02;
}
</style>
background-color css
<style>
a { background-color: #964A02; }
a { background-color: rgb(150,74,2); }
div.DivClassName
{
background-color: #964A02;
}
.BgClassName
{
background-color: #964A02;
}
</style>
border-color css
<style>
span { border-color: #964A02; }
span { border-color: rgb(150,74,2); }
td.TdClassName
{
border-color: #964A02;
}
.TagClassName
{
border-color: #964A02;
}
</style>