Shades of Saddle Brown #994500
Tints of Saddle Brown #994500
RGB
CMYK
RGB Variations
Color information
#994500 (or 0x994500) is known color: Saddle Brown. HEX triplet: 99, 45 and 00. RGB value is (153,69,0). Sum of RGB (Red+Green+Blue) = 153+69+0=222 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.92% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 153 - color contains mainly: red. Hex color #994500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994500 is #66BAFF. Grayscale: #565656. Windows color (decimal): -6732544 or 17817. OLE color: 17817.
HSL color Cylindrical-coordinate representation of color #994500: hue angle of 27.06º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #994500 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 69 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.4 |
| HSL | 27.06º | 1% | 0.3% | - |
| HSV(B) | 27.06º | 1% | 0.6% | - |
| XYZ | 15.26 | 11.03 | 1.32 | - |
| YUV | 86.25 | 79.33 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 69 | 0 | 0 | 0.55 | 1 | 0.4 | 27.06 | 1 | 0.3 |
| Hex | 99 | 45 | 0 | 0 | 37 | 64 | 28 | 1B | 64 | 1E |
| Octal | 231 | 105 | 0 | 0 | 67 | 144 | 50 | 33 | 144 | 36 |
| Binary | 10011001 | 1000101 | 0 | 0 | 110111 | 1100100 | 101000 | 11011 | 1100100 | 11110 |
Color Harmonies of #994500
Complementary color
Monochromatic Colors of #994500
Black with #994500
Text Example
Text Example
White with #994500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994500; }
p { color: rgb(153,69,0); }
H1.HeaderClassName
{
color: #994500;
}
.AnyTagClassName
{
color: #994500;
}
</style>
background-color css
<style>
a { background-color: #994500; }
a { background-color: rgb(153,69,0); }
div.DivClassName
{
background-color: #994500;
}
.BgClassName
{
background-color: #994500;
}
</style>
border-color css
<style>
span { border-color: #994500; }
span { border-color: rgb(153,69,0); }
td.TdClassName
{
border-color: #994500;
}
.TagClassName
{
border-color: #994500;
}
</style>