Shades of Saddle Brown #984619
Tints of Saddle Brown #984619
RGB
CMYK
RGB Variations
Color information
#984619 (or 0x984619) is known color: Saddle Brown. HEX triplet: 98, 46 and 19. RGB value is (152,70,25). Sum of RGB (Red+Green+Blue) = 152+70+25=247 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.54% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 152 - color contains mainly: red. Hex color #984619 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984619 is #67B9E6. Grayscale: #595959. Windows color (decimal): -6797799 or 1656472. OLE color: 1656472.
HSL color Cylindrical-coordinate representation of color #984619: hue angle of 21.26º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #984619 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 70 | 25 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.40 |
| HSL | 21.26º | 0.72% | 0.35% | - |
| HSV(B) | 21.26º | 0.84% | 0.6% | - |
| XYZ | 15.31 | 11.13 | 2.26 | - |
| YUV | 89.39 | 91.67 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 70 | 25 | 0 | 0.54 | 0.84 | 0.40 | 21.26 | 0.72 | 0.35 |
| Hex | 98 | 46 | 19 | 0 | 36 | 54 | 28 | 15 | 48 | 23 |
| Octal | 230 | 106 | 31 | 0 | 66 | 124 | 50 | 25 | 110 | 43 |
| Binary | 10011000 | 1000110 | 11001 | 0 | 110110 | 1010100 | 101000 | 10101 | 1001000 | 100011 |
Color Harmonies of #984619
Complementary color
Monochromatic Colors of #984619
Black with #984619
Text Example
Text Example
White with #984619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984619; }
p { color: rgb(152,70,25); }
H1.HeaderClassName
{
color: #984619;
}
.AnyTagClassName
{
color: #984619;
}
</style>
background-color css
<style>
a { background-color: #984619; }
a { background-color: rgb(152,70,25); }
div.DivClassName
{
background-color: #984619;
}
.BgClassName
{
background-color: #984619;
}
</style>
border-color css
<style>
span { border-color: #984619; }
span { border-color: rgb(152,70,25); }
td.TdClassName
{
border-color: #984619;
}
.TagClassName
{
border-color: #984619;
}
</style>