Shades of Afghan Tan #8B5D1C
Tints of Afghan Tan #8B5D1C
RGB
CMYK
RGB Variations
Color information
#8B5D1C (or 0x8B5D1C) is known color: Afghan Tan. HEX triplet: 8B, 5D and 1C. RGB value is (139,93,28). Sum of RGB (Red+Green+Blue) = 139+93+28=260 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.46% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5D1C is #74A2E3. Grayscale: #636363. Windows color (decimal): -7643876 or 1858955. OLE color: 1858955.
HSL color Cylindrical-coordinate representation of color #8B5D1C: hue angle of 35.14º 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 #8B5D1C is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 93 | 28 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.45 |
| HSL | 35.14º | 0.66% | 0.33% | - |
| HSV(B) | 35.14º | 0.8% | 0.55% | - |
| XYZ | 14.77 | 13.4 | 2.91 | - |
| YUV | 99.34 | 87.74 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 93 | 28 | 0 | 0.33 | 0.80 | 0.45 | 35.14 | 0.66 | 0.33 |
| Hex | 8B | 5D | 1C | 0 | 21 | 50 | 2D | 23 | 42 | 21 |
| Octal | 213 | 135 | 34 | 0 | 41 | 120 | 55 | 43 | 102 | 41 |
| Binary | 10001011 | 1011101 | 11100 | 0 | 100001 | 1010000 | 101101 | 100011 | 1000010 | 100001 |
Color Harmonies of #8B5D1C
Complementary color
Monochromatic Colors of #8B5D1C
Black with #8B5D1C
Text Example
Text Example
White with #8B5D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5D1C; }
p { color: rgb(139,93,28); }
H1.HeaderClassName
{
color: #8B5D1C;
}
.AnyTagClassName
{
color: #8B5D1C;
}
</style>
background-color css
<style>
a { background-color: #8B5D1C; }
a { background-color: rgb(139,93,28); }
div.DivClassName
{
background-color: #8B5D1C;
}
.BgClassName
{
background-color: #8B5D1C;
}
</style>
border-color css
<style>
span { border-color: #8B5D1C; }
span { border-color: rgb(139,93,28); }
td.TdClassName
{
border-color: #8B5D1C;
}
.TagClassName
{
border-color: #8B5D1C;
}
</style>