Shades of Saddle Brown #994800
Tints of Saddle Brown #994800
RGB
CMYK
RGB Variations
Color information
#994800 (or 0x994800) is known color: Saddle Brown. HEX triplet: 99, 48 and 00. RGB value is (153,72,0). Sum of RGB (Red+Green+Blue) = 153+72+0=225 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 153 - color contains mainly: red. Hex color #994800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994800 is #66B7FF. Grayscale: #585858. Windows color (decimal): -6731776 or 18585. OLE color: 18585.
HSL color Cylindrical-coordinate representation of color #994800: hue angle of 28.24º 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 #994800 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 72 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.4 |
| HSL | 28.24º | 1% | 0.3% | - |
| HSV(B) | 28.24º | 1% | 0.6% | - |
| XYZ | 15.45 | 11.41 | 1.39 | - |
| YUV | 88.01 | 78.34 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 72 | 0 | 0 | 0.53 | 1 | 0.4 | 28.24 | 1 | 0.3 |
| Hex | 99 | 48 | 0 | 0 | 35 | 64 | 28 | 1C | 64 | 1E |
| Octal | 231 | 110 | 0 | 0 | 65 | 144 | 50 | 34 | 144 | 36 |
| Binary | 10011001 | 1001000 | 0 | 0 | 110101 | 1100100 | 101000 | 11100 | 1100100 | 11110 |
Color Harmonies of #994800
Complementary color
Monochromatic Colors of #994800
Black with #994800
Text Example
Text Example
White with #994800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994800; }
p { color: rgb(153,72,0); }
H1.HeaderClassName
{
color: #994800;
}
.AnyTagClassName
{
color: #994800;
}
</style>
background-color css
<style>
a { background-color: #994800; }
a { background-color: rgb(153,72,0); }
div.DivClassName
{
background-color: #994800;
}
.BgClassName
{
background-color: #994800;
}
</style>
border-color css
<style>
span { border-color: #994800; }
span { border-color: rgb(153,72,0); }
td.TdClassName
{
border-color: #994800;
}
.TagClassName
{
border-color: #994800;
}
</style>