Shades of Afghan Tan #985C23
Tints of Afghan Tan #985C23
RGB
CMYK
RGB Variations
Color information
#985C23 (or 0x985C23) is known color: Afghan Tan. HEX triplet: 98, 5C and 23. RGB value is (152,92,35). Sum of RGB (Red+Green+Blue) = 152+92+35=279 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.48% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 152 - color contains mainly: red. Hex color #985C23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985C23 is #67A3DC. Grayscale: #676767. Windows color (decimal): -6792157 or 2317464. OLE color: 2317464.
HSL color Cylindrical-coordinate representation of color #985C23: hue angle of 29.23º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #985C23 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 92 | 35 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.40 |
| HSL | 29.23º | 0.63% | 0.37% | - |
| HSV(B) | 29.23º | 0.77% | 0.6% | - |
| XYZ | 17.08 | 14.45 | 3.48 | - |
| YUV | 103.44 | 89.38 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 92 | 35 | 0 | 0.39 | 0.77 | 0.40 | 29.23 | 0.63 | 0.37 |
| Hex | 98 | 5C | 23 | 0 | 27 | 4D | 28 | 1D | 3F | 25 |
| Octal | 230 | 134 | 43 | 0 | 47 | 115 | 50 | 35 | 77 | 45 |
| Binary | 10011000 | 1011100 | 100011 | 0 | 100111 | 1001101 | 101000 | 11101 | 111111 | 100101 |
Color Harmonies of #985C23
Complementary color
Monochromatic Colors of #985C23
Black with #985C23
Text Example
Text Example
White with #985C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985C23; }
p { color: rgb(152,92,35); }
H1.HeaderClassName
{
color: #985C23;
}
.AnyTagClassName
{
color: #985C23;
}
</style>
background-color css
<style>
a { background-color: #985C23; }
a { background-color: rgb(152,92,35); }
div.DivClassName
{
background-color: #985C23;
}
.BgClassName
{
background-color: #985C23;
}
</style>
border-color css
<style>
span { border-color: #985C23; }
span { border-color: rgb(152,92,35); }
td.TdClassName
{
border-color: #985C23;
}
.TagClassName
{
border-color: #985C23;
}
</style>