Shades of Afghan Tan #885D18
Tints of Afghan Tan #885D18
RGB
CMYK
RGB Variations
Color information
#885D18 (or 0x885D18) is known color: Afghan Tan. HEX triplet: 88, 5D and 18. RGB value is (136,93,24). Sum of RGB (Red+Green+Blue) = 136+93+24=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 93 (36.72% from 255 or 36.76% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #885D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885D18 is #77A2E7. Grayscale: #626262. Windows color (decimal): -7840488 or 1596808. OLE color: 1596808.
HSL color Cylindrical-coordinate representation of color #885D18: hue angle of 36.96º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #885D18 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 93 | 24 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.47 |
| HSL | 36.96º | 0.7% | 0.31% | - |
| HSV(B) | 36.96º | 0.82% | 0.53% | - |
| XYZ | 14.23 | 13.13 | 2.65 | - |
| YUV | 97.99 | 86.25 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 93 | 24 | 0 | 0.32 | 0.82 | 0.47 | 36.96 | 0.7 | 0.31 |
| Hex | 88 | 5D | 18 | 0 | 20 | 52 | 2F | 25 | 46 | 1F |
| Octal | 210 | 135 | 30 | 0 | 40 | 122 | 57 | 45 | 106 | 37 |
| Binary | 10001000 | 1011101 | 11000 | 0 | 100000 | 1010010 | 101111 | 100101 | 1000110 | 11111 |
Color Harmonies of #885D18
Complementary color
Monochromatic Colors of #885D18
Black with #885D18
Text Example
Text Example
White with #885D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885D18; }
p { color: rgb(136,93,24); }
H1.HeaderClassName
{
color: #885D18;
}
.AnyTagClassName
{
color: #885D18;
}
</style>
background-color css
<style>
a { background-color: #885D18; }
a { background-color: rgb(136,93,24); }
div.DivClassName
{
background-color: #885D18;
}
.BgClassName
{
background-color: #885D18;
}
</style>
border-color css
<style>
span { border-color: #885D18; }
span { border-color: rgb(136,93,24); }
td.TdClassName
{
border-color: #885D18;
}
.TagClassName
{
border-color: #885D18;
}
</style>