Shades of Saddle Brown #984903
Tints of Saddle Brown #984903
RGB
CMYK
RGB Variations
Color information
#984903 (or 0x984903) is known color: Saddle Brown. HEX triplet: 98, 49 and 03. RGB value is (152,73,3). Sum of RGB (Red+Green+Blue) = 152+73+3=228 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.67% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 3 (1.56% from 255 or 1.32% from 228); Max value from RGB is 152 - color contains mainly: red. Hex color #984903 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984903 is #67B6FC. Grayscale: #595959. Windows color (decimal): -6797053 or 215448. OLE color: 215448.
HSL color Cylindrical-coordinate representation of color #984903: hue angle of 28.19º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #984903 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 73 | 3 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.40 |
| HSL | 28.19º | 0.96% | 0.3% | - |
| HSV(B) | 28.19º | 0.98% | 0.6% | - |
| XYZ | 15.35 | 11.45 | 1.49 | - |
| YUV | 88.64 | 79.67 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 73 | 3 | 0 | 0.52 | 0.98 | 0.40 | 28.19 | 0.96 | 0.3 |
| Hex | 98 | 49 | 3 | 0 | 34 | 62 | 28 | 1C | 60 | 1E |
| Octal | 230 | 111 | 3 | 0 | 64 | 142 | 50 | 34 | 140 | 36 |
| Binary | 10011000 | 1001001 | 11 | 0 | 110100 | 1100010 | 101000 | 11100 | 1100000 | 11110 |
Color Harmonies of #984903
Complementary color
Monochromatic Colors of #984903
Black with #984903
Text Example
Text Example
White with #984903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984903; }
p { color: rgb(152,73,3); }
H1.HeaderClassName
{
color: #984903;
}
.AnyTagClassName
{
color: #984903;
}
</style>
background-color css
<style>
a { background-color: #984903; }
a { background-color: rgb(152,73,3); }
div.DivClassName
{
background-color: #984903;
}
.BgClassName
{
background-color: #984903;
}
</style>
border-color css
<style>
span { border-color: #984903; }
span { border-color: rgb(152,73,3); }
td.TdClassName
{
border-color: #984903;
}
.TagClassName
{
border-color: #984903;
}
</style>