Shades of Saddle Brown #994901
Tints of Saddle Brown #994901
RGB
CMYK
RGB Variations
Color information
#994901 (or 0x994901) is known color: Saddle Brown. HEX triplet: 99, 49 and 01. RGB value is (153,73,1). Sum of RGB (Red+Green+Blue) = 153+73+1=227 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.40% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 153 - color contains mainly: red. Hex color #994901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994901 is #66B6FE. Grayscale: #595959. Windows color (decimal): -6731519 or 84377. OLE color: 84377.
HSL color Cylindrical-coordinate representation of color #994901: hue angle of 28.42º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #994901 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 73 | 1 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.4 |
| HSL | 28.42º | 0.99% | 0.3% | - |
| HSV(B) | 28.42º | 0.99% | 0.6% | - |
| XYZ | 15.52 | 11.54 | 1.44 | - |
| YUV | 88.71 | 78.5 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 73 | 1 | 0 | 0.52 | 0.99 | 0.4 | 28.42 | 0.99 | 0.3 |
| Hex | 99 | 49 | 1 | 0 | 34 | 63 | 28 | 1C | 63 | 1E |
| Octal | 231 | 111 | 1 | 0 | 64 | 143 | 50 | 34 | 143 | 36 |
| Binary | 10011001 | 1001001 | 1 | 0 | 110100 | 1100011 | 101000 | 11100 | 1100011 | 11110 |
Color Harmonies of #994901
Complementary color
Monochromatic Colors of #994901
Black with #994901
Text Example
Text Example
White with #994901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994901; }
p { color: rgb(153,73,1); }
H1.HeaderClassName
{
color: #994901;
}
.AnyTagClassName
{
color: #994901;
}
</style>
background-color css
<style>
a { background-color: #994901; }
a { background-color: rgb(153,73,1); }
div.DivClassName
{
background-color: #994901;
}
.BgClassName
{
background-color: #994901;
}
</style>
border-color css
<style>
span { border-color: #994901; }
span { border-color: rgb(153,73,1); }
td.TdClassName
{
border-color: #994901;
}
.TagClassName
{
border-color: #994901;
}
</style>