Shades of Saddle Brown #994803
Tints of Saddle Brown #994803
RGB
CMYK
RGB Variations
Color information
#994803 (or 0x994803) is known color: Saddle Brown. HEX triplet: 99, 48 and 03. RGB value is (153,72,3). Sum of RGB (Red+Green+Blue) = 153+72+3=228 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.11% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 3 (1.56% from 255 or 1.32% from 228); Max value from RGB is 153 - color contains mainly: red. Hex color #994803 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994803 is #66B7FC. Grayscale: #585858. Windows color (decimal): -6731773 or 215193. OLE color: 215193.
HSL color Cylindrical-coordinate representation of color #994803: hue angle of 27.6º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #994803 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 72 | 3 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.4 |
| HSL | 27.6º | 0.96% | 0.31% | - |
| HSV(B) | 27.6º | 0.98% | 0.6% | - |
| XYZ | 15.47 | 11.41 | 1.47 | - |
| YUV | 88.35 | 79.84 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 72 | 3 | 0 | 0.53 | 0.98 | 0.4 | 27.6 | 0.96 | 0.31 |
| Hex | 99 | 48 | 3 | 0 | 35 | 62 | 28 | 1C | 60 | 1F |
| Octal | 231 | 110 | 3 | 0 | 65 | 142 | 50 | 34 | 140 | 37 |
| Binary | 10011001 | 1001000 | 11 | 0 | 110101 | 1100010 | 101000 | 11100 | 1100000 | 11111 |
Color Harmonies of #994803
Complementary color
Monochromatic Colors of #994803
Black with #994803
Text Example
Text Example
White with #994803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994803; }
p { color: rgb(153,72,3); }
H1.HeaderClassName
{
color: #994803;
}
.AnyTagClassName
{
color: #994803;
}
</style>
background-color css
<style>
a { background-color: #994803; }
a { background-color: rgb(153,72,3); }
div.DivClassName
{
background-color: #994803;
}
.BgClassName
{
background-color: #994803;
}
</style>
border-color css
<style>
span { border-color: #994803; }
span { border-color: rgb(153,72,3); }
td.TdClassName
{
border-color: #994803;
}
.TagClassName
{
border-color: #994803;
}
</style>