Shades of Afghan Tan #8C531B
Tints of Afghan Tan #8C531B
RGB
CMYK
RGB Variations
Color information
#8C531B (or 0x8C531B) is known color: Afghan Tan. HEX triplet: 8C, 53 and 1B. RGB value is (140,83,27). Sum of RGB (Red+Green+Blue) = 140+83+27=250 (33% of max value = 765). Red value is 140 (55.08% from 255 or 56% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 140 - color contains mainly: red. Hex color #8C531B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C531B is #73ACE4. Grayscale: #5D5D5D. Windows color (decimal): -7580901 or 1790860. OLE color: 1790860.
HSL color Cylindrical-coordinate representation of color #8C531B: hue angle of 29.73º degrees, saturation: 0.68, 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 #8C531B is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 83 | 27 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.45 |
| HSL | 29.73º | 0.68% | 0.33% | - |
| HSV(B) | 29.73º | 0.81% | 0.55% | - |
| XYZ | 14.11 | 11.84 | 2.58 | - |
| YUV | 93.66 | 90.38 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 83 | 27 | 0 | 0.41 | 0.81 | 0.45 | 29.73 | 0.68 | 0.33 |
| Hex | 8C | 53 | 1B | 0 | 29 | 51 | 2D | 1E | 44 | 21 |
| Octal | 214 | 123 | 33 | 0 | 51 | 121 | 55 | 36 | 104 | 41 |
| Binary | 10001100 | 1010011 | 11011 | 0 | 101001 | 1010001 | 101101 | 11110 | 1000100 | 100001 |
Color Harmonies of #8C531B
Complementary color
Monochromatic Colors of #8C531B
Black with #8C531B
Text Example
Text Example
White with #8C531B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C531B; }
p { color: rgb(140,83,27); }
H1.HeaderClassName
{
color: #8C531B;
}
.AnyTagClassName
{
color: #8C531B;
}
</style>
background-color css
<style>
a { background-color: #8C531B; }
a { background-color: rgb(140,83,27); }
div.DivClassName
{
background-color: #8C531B;
}
.BgClassName
{
background-color: #8C531B;
}
</style>
border-color css
<style>
span { border-color: #8C531B; }
span { border-color: rgb(140,83,27); }
td.TdClassName
{
border-color: #8C531B;
}
.TagClassName
{
border-color: #8C531B;
}
</style>