Shades of Afghan Tan #985C2B
Tints of Afghan Tan #985C2B
RGB
CMYK
RGB Variations
Color information
#985C2B (or 0x985C2B) is known color: Afghan Tan. HEX triplet: 98, 5C and 2B. RGB value is (152,92,43). Sum of RGB (Red+Green+Blue) = 152+92+43=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #985C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985C2B is #67A3D4. Grayscale: #686868. Windows color (decimal): -6792149 or 2841752. OLE color: 2841752.
HSL color Cylindrical-coordinate representation of color #985C2B: hue angle of 26.97º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #985C2B is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 92 | 43 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.40 |
| HSL | 26.97º | 0.56% | 0.38% | - |
| HSV(B) | 26.97º | 0.72% | 0.6% | - |
| XYZ | 17.21 | 14.5 | 4.18 | - |
| YUV | 104.35 | 93.38 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 92 | 43 | 0 | 0.39 | 0.72 | 0.40 | 26.97 | 0.56 | 0.38 |
| Hex | 98 | 5C | 2B | 0 | 27 | 48 | 28 | 1B | 38 | 26 |
| Octal | 230 | 134 | 53 | 0 | 47 | 110 | 50 | 33 | 70 | 46 |
| Binary | 10011000 | 1011100 | 101011 | 0 | 100111 | 1001000 | 101000 | 11011 | 111000 | 100110 |
Color Harmonies of #985C2B
Complementary color
Monochromatic Colors of #985C2B
Black with #985C2B
Text Example
Text Example
White with #985C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985C2B; }
p { color: rgb(152,92,43); }
H1.HeaderClassName
{
color: #985C2B;
}
.AnyTagClassName
{
color: #985C2B;
}
</style>
background-color css
<style>
a { background-color: #985C2B; }
a { background-color: rgb(152,92,43); }
div.DivClassName
{
background-color: #985C2B;
}
.BgClassName
{
background-color: #985C2B;
}
</style>
border-color css
<style>
span { border-color: #985C2B; }
span { border-color: rgb(152,92,43); }
td.TdClassName
{
border-color: #985C2B;
}
.TagClassName
{
border-color: #985C2B;
}
</style>