Shades of Afghan Tan #8B5D1D
Tints of Afghan Tan #8B5D1D
RGB
CMYK
RGB Variations
Color information
#8B5D1D (or 0x8B5D1D) is known color: Afghan Tan. HEX triplet: 8B, 5D and 1D. RGB value is (139,93,29). Sum of RGB (Red+Green+Blue) = 139+93+29=261 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.26% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5D1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5D1D is #74A2E2. Grayscale: #636363. Windows color (decimal): -7643875 or 1924491. OLE color: 1924491.
HSL color Cylindrical-coordinate representation of color #8B5D1D: hue angle of 34.91º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8B5D1D is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 93 | 29 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.45 |
| HSL | 34.91º | 0.65% | 0.33% | - |
| HSV(B) | 34.91º | 0.79% | 0.55% | - |
| XYZ | 14.78 | 13.41 | 2.97 | - |
| YUV | 99.46 | 88.24 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 93 | 29 | 0 | 0.33 | 0.79 | 0.45 | 34.91 | 0.65 | 0.33 |
| Hex | 8B | 5D | 1D | 0 | 21 | 4F | 2D | 23 | 41 | 21 |
| Octal | 213 | 135 | 35 | 0 | 41 | 117 | 55 | 43 | 101 | 41 |
| Binary | 10001011 | 1011101 | 11101 | 0 | 100001 | 1001111 | 101101 | 100011 | 1000001 | 100001 |
Color Harmonies of #8B5D1D
Complementary color
Monochromatic Colors of #8B5D1D
Black with #8B5D1D
Text Example
Text Example
White with #8B5D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5D1D; }
p { color: rgb(139,93,29); }
H1.HeaderClassName
{
color: #8B5D1D;
}
.AnyTagClassName
{
color: #8B5D1D;
}
</style>
background-color css
<style>
a { background-color: #8B5D1D; }
a { background-color: rgb(139,93,29); }
div.DivClassName
{
background-color: #8B5D1D;
}
.BgClassName
{
background-color: #8B5D1D;
}
</style>
border-color css
<style>
span { border-color: #8B5D1D; }
span { border-color: rgb(139,93,29); }
td.TdClassName
{
border-color: #8B5D1D;
}
.TagClassName
{
border-color: #8B5D1D;
}
</style>