Shades of Afghan Tan #8C531A
Tints of Afghan Tan #8C531A
RGB
CMYK
RGB Variations
Color information
#8C531A (or 0x8C531A) is known color: Afghan Tan. HEX triplet: 8C, 53 and 1A. RGB value is (140,83,26). Sum of RGB (Red+Green+Blue) = 140+83+26=249 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.22% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 140 - color contains mainly: red. Hex color #8C531A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C531A is #73ACE5. Grayscale: #5D5D5D. Windows color (decimal): -7580902 or 1725324. OLE color: 1725324.
HSL color Cylindrical-coordinate representation of color #8C531A: hue angle of 30º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C531A is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 83 | 26 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.45 |
| HSL | 30º | 0.69% | 0.33% | - |
| HSV(B) | 30º | 0.81% | 0.55% | - |
| XYZ | 14.09 | 11.84 | 2.52 | - |
| YUV | 93.55 | 89.88 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 83 | 26 | 0 | 0.41 | 0.81 | 0.45 | 30 | 0.69 | 0.33 |
| Hex | 8C | 53 | 1A | 0 | 29 | 51 | 2D | 1E | 45 | 21 |
| Octal | 214 | 123 | 32 | 0 | 51 | 121 | 55 | 36 | 105 | 41 |
| Binary | 10001100 | 1010011 | 11010 | 0 | 101001 | 1010001 | 101101 | 11110 | 1000101 | 100001 |
Color Harmonies of #8C531A
Complementary color
Monochromatic Colors of #8C531A
Black with #8C531A
Text Example
Text Example
White with #8C531A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C531A; }
p { color: rgb(140,83,26); }
H1.HeaderClassName
{
color: #8C531A;
}
.AnyTagClassName
{
color: #8C531A;
}
</style>
background-color css
<style>
a { background-color: #8C531A; }
a { background-color: rgb(140,83,26); }
div.DivClassName
{
background-color: #8C531A;
}
.BgClassName
{
background-color: #8C531A;
}
</style>
border-color css
<style>
span { border-color: #8C531A; }
span { border-color: rgb(140,83,26); }
td.TdClassName
{
border-color: #8C531A;
}
.TagClassName
{
border-color: #8C531A;
}
</style>