Shades of Afghan Tan #895E24
Tints of Afghan Tan #895E24
RGB
CMYK
RGB Variations
Color information
#895E24 (or 0x895E24) is known color: Afghan Tan. HEX triplet: 89, 5E and 24. RGB value is (137,94,36). Sum of RGB (Red+Green+Blue) = 137+94+36=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #895E24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895E24 is #76A1DB. Grayscale: #646464. Windows color (decimal): -7774684 or 2383497. OLE color: 2383497.
HSL color Cylindrical-coordinate representation of color #895E24: hue angle of 34.46º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #895E24 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 94 | 36 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.46 |
| HSL | 34.46º | 0.58% | 0.34% | - |
| HSV(B) | 34.46º | 0.74% | 0.54% | - |
| XYZ | 14.64 | 13.45 | 3.49 | - |
| YUV | 100.25 | 91.75 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 94 | 36 | 0 | 0.31 | 0.74 | 0.46 | 34.46 | 0.58 | 0.34 |
| Hex | 89 | 5E | 24 | 0 | 1F | 4A | 2E | 22 | 3A | 22 |
| Octal | 211 | 136 | 44 | 0 | 37 | 112 | 56 | 42 | 72 | 42 |
| Binary | 10001001 | 1011110 | 100100 | 0 | 11111 | 1001010 | 101110 | 100010 | 111010 | 100010 |
Color Harmonies of #895E24
Complementary color
Monochromatic Colors of #895E24
Black with #895E24
Text Example
Text Example
White with #895E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895E24; }
p { color: rgb(137,94,36); }
H1.HeaderClassName
{
color: #895E24;
}
.AnyTagClassName
{
color: #895E24;
}
</style>
background-color css
<style>
a { background-color: #895E24; }
a { background-color: rgb(137,94,36); }
div.DivClassName
{
background-color: #895E24;
}
.BgClassName
{
background-color: #895E24;
}
</style>
border-color css
<style>
span { border-color: #895E24; }
span { border-color: rgb(137,94,36); }
td.TdClassName
{
border-color: #895E24;
}
.TagClassName
{
border-color: #895E24;
}
</style>