Shades of Saddle Brown #964501
Tints of Saddle Brown #964501
RGB
CMYK
RGB Variations
Color information
#964501 (or 0x964501) is known color: Saddle Brown. HEX triplet: 96, 45 and 01. RGB value is (150,69,1). Sum of RGB (Red+Green+Blue) = 150+69+1=220 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.18% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 150 - color contains mainly: red. Hex color #964501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964501 is #69BAFE. Grayscale: #555555. Windows color (decimal): -6929151 or 83350. OLE color: 83350.
HSL color Cylindrical-coordinate representation of color #964501: hue angle of 27.38º 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 #964501 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 69 | 1 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.41 |
| HSL | 27.38º | 0.99% | 0.3% | - |
| HSV(B) | 27.38º | 0.99% | 0.59% | - |
| XYZ | 14.71 | 10.74 | 1.33 | - |
| YUV | 85.47 | 80.34 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 69 | 1 | 0 | 0.54 | 0.99 | 0.41 | 27.38 | 0.99 | 0.3 |
| Hex | 96 | 45 | 1 | 0 | 36 | 63 | 29 | 1B | 63 | 1E |
| Octal | 226 | 105 | 1 | 0 | 66 | 143 | 51 | 33 | 143 | 36 |
| Binary | 10010110 | 1000101 | 1 | 0 | 110110 | 1100011 | 101001 | 11011 | 1100011 | 11110 |
Color Harmonies of #964501
Complementary color
Monochromatic Colors of #964501
Black with #964501
Text Example
Text Example
White with #964501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964501; }
p { color: rgb(150,69,1); }
H1.HeaderClassName
{
color: #964501;
}
.AnyTagClassName
{
color: #964501;
}
</style>
background-color css
<style>
a { background-color: #964501; }
a { background-color: rgb(150,69,1); }
div.DivClassName
{
background-color: #964501;
}
.BgClassName
{
background-color: #964501;
}
</style>
border-color css
<style>
span { border-color: #964501; }
span { border-color: rgb(150,69,1); }
td.TdClassName
{
border-color: #964501;
}
.TagClassName
{
border-color: #964501;
}
</style>