Shades of Afghan Tan #8B521E
Tints of Afghan Tan #8B521E
RGB
CMYK
RGB Variations
Color information
#8B521E (or 0x8B521E) is known color: Afghan Tan. HEX triplet: 8B, 52 and 1E. RGB value is (139,82,30). Sum of RGB (Red+Green+Blue) = 139+82+30=251 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.38% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 139 - color contains mainly: red. Hex color #8B521E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B521E is #74ADE1. Grayscale: #5D5D5D. Windows color (decimal): -7646690 or 1987211. OLE color: 1987211.
HSL color Cylindrical-coordinate representation of color #8B521E: hue angle of 28.62º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B521E is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 82 | 30 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.45 |
| HSL | 28.62º | 0.64% | 0.33% | - |
| HSV(B) | 28.62º | 0.78% | 0.55% | - |
| XYZ | 13.9 | 11.62 | 2.74 | - |
| YUV | 93.12 | 92.38 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 82 | 30 | 0 | 0.41 | 0.78 | 0.45 | 28.62 | 0.64 | 0.33 |
| Hex | 8B | 52 | 1E | 0 | 29 | 4E | 2D | 1D | 40 | 21 |
| Octal | 213 | 122 | 36 | 0 | 51 | 116 | 55 | 35 | 100 | 41 |
| Binary | 10001011 | 1010010 | 11110 | 0 | 101001 | 1001110 | 101101 | 11101 | 1000000 | 100001 |
Color Harmonies of #8B521E
Complementary color
Monochromatic Colors of #8B521E
Black with #8B521E
Text Example
Text Example
White with #8B521E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B521E; }
p { color: rgb(139,82,30); }
H1.HeaderClassName
{
color: #8B521E;
}
.AnyTagClassName
{
color: #8B521E;
}
</style>
background-color css
<style>
a { background-color: #8B521E; }
a { background-color: rgb(139,82,30); }
div.DivClassName
{
background-color: #8B521E;
}
.BgClassName
{
background-color: #8B521E;
}
</style>
border-color css
<style>
span { border-color: #8B521E; }
span { border-color: rgb(139,82,30); }
td.TdClassName
{
border-color: #8B521E;
}
.TagClassName
{
border-color: #8B521E;
}
</style>