Shades of Afghan Tan #895A1F
Tints of Afghan Tan #895A1F
RGB
CMYK
RGB Variations
Color information
#895A1F (or 0x895A1F) is known color: Afghan Tan. HEX triplet: 89, 5A and 1F. RGB value is (137,90,31). Sum of RGB (Red+Green+Blue) = 137+90+31=258 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.10% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 137 - color contains mainly: red. Hex color #895A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895A1F is #76A5E0. Grayscale: #616161. Windows color (decimal): -7775713 or 2054793. OLE color: 2054793.
HSL color Cylindrical-coordinate representation of color #895A1F: hue angle of 33.4º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #895A1F is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 90 | 31 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.46 |
| HSL | 33.4º | 0.63% | 0.33% | - |
| HSV(B) | 33.4º | 0.77% | 0.54% | - |
| XYZ | 14.22 | 12.73 | 3 | - |
| YUV | 97.33 | 90.57 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 90 | 31 | 0 | 0.34 | 0.77 | 0.46 | 33.4 | 0.63 | 0.33 |
| Hex | 89 | 5A | 1F | 0 | 22 | 4D | 2E | 21 | 3F | 21 |
| Octal | 211 | 132 | 37 | 0 | 42 | 115 | 56 | 41 | 77 | 41 |
| Binary | 10001001 | 1011010 | 11111 | 0 | 100010 | 1001101 | 101110 | 100001 | 111111 | 100001 |
Color Harmonies of #895A1F
Complementary color
Monochromatic Colors of #895A1F
Black with #895A1F
Text Example
Text Example
White with #895A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895A1F; }
p { color: rgb(137,90,31); }
H1.HeaderClassName
{
color: #895A1F;
}
.AnyTagClassName
{
color: #895A1F;
}
</style>
background-color css
<style>
a { background-color: #895A1F; }
a { background-color: rgb(137,90,31); }
div.DivClassName
{
background-color: #895A1F;
}
.BgClassName
{
background-color: #895A1F;
}
</style>
border-color css
<style>
span { border-color: #895A1F; }
span { border-color: rgb(137,90,31); }
td.TdClassName
{
border-color: #895A1F;
}
.TagClassName
{
border-color: #895A1F;
}
</style>