Shades of Saddle Brown #984905
Tints of Saddle Brown #984905
RGB
CMYK
RGB Variations
Color information
#984905 (or 0x984905) is known color: Saddle Brown. HEX triplet: 98, 49 and 05. RGB value is (152,73,5). Sum of RGB (Red+Green+Blue) = 152+73+5=230 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.09% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 152 - color contains mainly: red. Hex color #984905 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984905 is #67B6FA. Grayscale: #595959. Windows color (decimal): -6797051 or 346520. OLE color: 346520.
HSL color Cylindrical-coordinate representation of color #984905: hue angle of 27.76º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #984905 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 73 | 5 | - |
| CMYK | 0 | 0.52 | 0.97 | 0.40 |
| HSL | 27.76º | 0.94% | 0.31% | - |
| HSV(B) | 27.76º | 0.97% | 0.6% | - |
| XYZ | 15.36 | 11.45 | 1.54 | - |
| YUV | 88.87 | 80.67 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 73 | 5 | 0 | 0.52 | 0.97 | 0.40 | 27.76 | 0.94 | 0.31 |
| Hex | 98 | 49 | 5 | 0 | 34 | 61 | 28 | 1C | 5E | 1F |
| Octal | 230 | 111 | 5 | 0 | 64 | 141 | 50 | 34 | 136 | 37 |
| Binary | 10011000 | 1001001 | 101 | 0 | 110100 | 1100001 | 101000 | 11100 | 1011110 | 11111 |
Color Harmonies of #984905
Complementary color
Monochromatic Colors of #984905
Black with #984905
Text Example
Text Example
White with #984905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984905; }
p { color: rgb(152,73,5); }
H1.HeaderClassName
{
color: #984905;
}
.AnyTagClassName
{
color: #984905;
}
</style>
background-color css
<style>
a { background-color: #984905; }
a { background-color: rgb(152,73,5); }
div.DivClassName
{
background-color: #984905;
}
.BgClassName
{
background-color: #984905;
}
</style>
border-color css
<style>
span { border-color: #984905; }
span { border-color: rgb(152,73,5); }
td.TdClassName
{
border-color: #984905;
}
.TagClassName
{
border-color: #984905;
}
</style>