Shades of Afghan Tan #985E1D
Tints of Afghan Tan #985E1D
RGB
CMYK
RGB Variations
Color information
#985E1D (or 0x985E1D) is known color: Afghan Tan. HEX triplet: 98, 5E and 1D. RGB value is (152,94,29). Sum of RGB (Red+Green+Blue) = 152+94+29=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #985E1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985E1D is #67A1E2. Grayscale: #686868. Windows color (decimal): -6791651 or 1924760. OLE color: 1924760.
HSL color Cylindrical-coordinate representation of color #985E1D: hue angle of 31.71º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #985E1D is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 94 | 29 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.40 |
| HSL | 31.71º | 0.68% | 0.35% | - |
| HSV(B) | 31.71º | 0.81% | 0.6% | - |
| XYZ | 17.17 | 14.77 | 3.11 | - |
| YUV | 103.93 | 85.72 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 94 | 29 | 0 | 0.38 | 0.81 | 0.40 | 31.71 | 0.68 | 0.35 |
| Hex | 98 | 5E | 1D | 0 | 26 | 51 | 28 | 20 | 44 | 23 |
| Octal | 230 | 136 | 35 | 0 | 46 | 121 | 50 | 40 | 104 | 43 |
| Binary | 10011000 | 1011110 | 11101 | 0 | 100110 | 1010001 | 101000 | 100000 | 1000100 | 100011 |
Color Harmonies of #985E1D
Complementary color
Monochromatic Colors of #985E1D
Black with #985E1D
Text Example
Text Example
White with #985E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985E1D; }
p { color: rgb(152,94,29); }
H1.HeaderClassName
{
color: #985E1D;
}
.AnyTagClassName
{
color: #985E1D;
}
</style>
background-color css
<style>
a { background-color: #985E1D; }
a { background-color: rgb(152,94,29); }
div.DivClassName
{
background-color: #985E1D;
}
.BgClassName
{
background-color: #985E1D;
}
</style>
border-color css
<style>
span { border-color: #985E1D; }
span { border-color: rgb(152,94,29); }
td.TdClassName
{
border-color: #985E1D;
}
.TagClassName
{
border-color: #985E1D;
}
</style>