Shades of Saddle Brown #964B01
Tints of Saddle Brown #964B01
RGB
CMYK
RGB Variations
Color information
#964B01 (or 0x964B01) is known color: Saddle Brown. HEX triplet: 96, 4B and 01. RGB value is (150,75,1). Sum of RGB (Red+Green+Blue) = 150+75+1=226 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.37% from 226); Green value is 75 (29.69% from 255 or 33.19% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 150 - color contains mainly: red. Hex color #964B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964B01 is #69B4FE. Grayscale: #595959. Windows color (decimal): -6927615 or 84886. OLE color: 84886.
HSL color Cylindrical-coordinate representation of color #964B01: hue angle of 29.8º degrees, saturation: 0.99, 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 #964B01 is Cyan = 0, Magento = 0.5, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 75 | 1 | - |
| CMYK | 0 | 0.5 | 0.99 | 0.41 |
| HSL | 29.8º | 0.99% | 0.3% | - |
| HSV(B) | 29.8º | 0.99% | 0.59% | - |
| XYZ | 15.1 | 11.52 | 1.46 | - |
| YUV | 88.99 | 78.35 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 75 | 1 | 0 | 0.5 | 0.99 | 0.41 | 29.8 | 0.99 | 0.3 |
| Hex | 96 | 4B | 1 | 0 | 32 | 63 | 29 | 1E | 63 | 1E |
| Octal | 226 | 113 | 1 | 0 | 62 | 143 | 51 | 36 | 143 | 36 |
| Binary | 10010110 | 1001011 | 1 | 0 | 110010 | 1100011 | 101001 | 11110 | 1100011 | 11110 |
Color Harmonies of #964B01
Complementary color
Monochromatic Colors of #964B01
Black with #964B01
Text Example
Text Example
White with #964B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964B01; }
p { color: rgb(150,75,1); }
H1.HeaderClassName
{
color: #964B01;
}
.AnyTagClassName
{
color: #964B01;
}
</style>
background-color css
<style>
a { background-color: #964B01; }
a { background-color: rgb(150,75,1); }
div.DivClassName
{
background-color: #964B01;
}
.BgClassName
{
background-color: #964B01;
}
</style>
border-color css
<style>
span { border-color: #964B01; }
span { border-color: rgb(150,75,1); }
td.TdClassName
{
border-color: #964B01;
}
.TagClassName
{
border-color: #964B01;
}
</style>