Shades of Saddle Brown #964D01
Tints of Saddle Brown #964D01
RGB
CMYK
RGB Variations
Color information
#964D01 (or 0x964D01) is known color: Saddle Brown. HEX triplet: 96, 4D and 01. RGB value is (150,77,1). Sum of RGB (Red+Green+Blue) = 150+77+1=228 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.79% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 150 - color contains mainly: red. Hex color #964D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #964D01 is #69B2FE. Grayscale: #5A5A5A. Windows color (decimal): -6927103 or 85398. OLE color: 85398.
HSL color Cylindrical-coordinate representation of color #964D01: hue angle of 30.6º 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 #964D01 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 77 | 1 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.41 |
| HSL | 30.6º | 0.99% | 0.3% | - |
| HSV(B) | 30.6º | 0.99% | 0.59% | - |
| XYZ | 15.24 | 11.79 | 1.5 | - |
| YUV | 90.16 | 77.68 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 77 | 1 | 0 | 0.49 | 0.99 | 0.41 | 30.6 | 0.99 | 0.3 |
| Hex | 96 | 4D | 1 | 0 | 31 | 63 | 29 | 1F | 63 | 1E |
| Octal | 226 | 115 | 1 | 0 | 61 | 143 | 51 | 37 | 143 | 36 |
| Binary | 10010110 | 1001101 | 1 | 0 | 110001 | 1100011 | 101001 | 11111 | 1100011 | 11110 |
Color Harmonies of #964D01
Complementary color
Monochromatic Colors of #964D01
Black with #964D01
Text Example
Text Example
White with #964D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964D01; }
p { color: rgb(150,77,1); }
H1.HeaderClassName
{
color: #964D01;
}
.AnyTagClassName
{
color: #964D01;
}
</style>
background-color css
<style>
a { background-color: #964D01; }
a { background-color: rgb(150,77,1); }
div.DivClassName
{
background-color: #964D01;
}
.BgClassName
{
background-color: #964D01;
}
</style>
border-color css
<style>
span { border-color: #964D01; }
span { border-color: rgb(150,77,1); }
td.TdClassName
{
border-color: #964D01;
}
.TagClassName
{
border-color: #964D01;
}
</style>