Shades of Afghan Tan #8B5A1C
Tints of Afghan Tan #8B5A1C
RGB
CMYK
RGB Variations
Color information
#8B5A1C (or 0x8B5A1C) is known color: Afghan Tan. HEX triplet: 8B, 5A and 1C. RGB value is (139,90,28). Sum of RGB (Red+Green+Blue) = 139+90+28=257 (34% of max value = 765). Red value is 139 (54.69% from 255 or 54.09% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5A1C is #74A5E3. Grayscale: #616161. Windows color (decimal): -7644644 or 1858187. OLE color: 1858187.
HSL color Cylindrical-coordinate representation of color #8B5A1C: hue angle of 33.51º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8B5A1C is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 90 | 28 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.45 |
| HSL | 33.51º | 0.66% | 0.33% | - |
| HSV(B) | 33.51º | 0.8% | 0.55% | - |
| XYZ | 14.51 | 12.89 | 2.82 | - |
| YUV | 97.58 | 88.73 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 90 | 28 | 0 | 0.35 | 0.80 | 0.45 | 33.51 | 0.66 | 0.33 |
| Hex | 8B | 5A | 1C | 0 | 23 | 50 | 2D | 22 | 42 | 21 |
| Octal | 213 | 132 | 34 | 0 | 43 | 120 | 55 | 42 | 102 | 41 |
| Binary | 10001011 | 1011010 | 11100 | 0 | 100011 | 1010000 | 101101 | 100010 | 1000010 | 100001 |
Color Harmonies of #8B5A1C
Complementary color
Monochromatic Colors of #8B5A1C
Black with #8B5A1C
Text Example
Text Example
White with #8B5A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5A1C; }
p { color: rgb(139,90,28); }
H1.HeaderClassName
{
color: #8B5A1C;
}
.AnyTagClassName
{
color: #8B5A1C;
}
</style>
background-color css
<style>
a { background-color: #8B5A1C; }
a { background-color: rgb(139,90,28); }
div.DivClassName
{
background-color: #8B5A1C;
}
.BgClassName
{
background-color: #8B5A1C;
}
</style>
border-color css
<style>
span { border-color: #8B5A1C; }
span { border-color: rgb(139,90,28); }
td.TdClassName
{
border-color: #8B5A1C;
}
.TagClassName
{
border-color: #8B5A1C;
}
</style>