Shades of Afghan Tan #8B5D1F
Tints of Afghan Tan #8B5D1F
RGB
CMYK
RGB Variations
Color information
#8B5D1F (or 0x8B5D1F) is known color: Afghan Tan. HEX triplet: 8B, 5D and 1F. RGB value is (139,93,31). Sum of RGB (Red+Green+Blue) = 139+93+31=263 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.85% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5D1F is #74A2E0. Grayscale: #636363. Windows color (decimal): -7643873 or 2055563. OLE color: 2055563.
HSL color Cylindrical-coordinate representation of color #8B5D1F: hue angle of 34.44º 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 #8B5D1F is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 93 | 31 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.45 |
| HSL | 34.44º | 0.64% | 0.33% | - |
| HSV(B) | 34.44º | 0.78% | 0.55% | - |
| XYZ | 14.81 | 13.42 | 3.11 | - |
| YUV | 99.69 | 89.24 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 93 | 31 | 0 | 0.33 | 0.78 | 0.45 | 34.44 | 0.64 | 0.33 |
| Hex | 8B | 5D | 1F | 0 | 21 | 4E | 2D | 22 | 40 | 21 |
| Octal | 213 | 135 | 37 | 0 | 41 | 116 | 55 | 42 | 100 | 41 |
| Binary | 10001011 | 1011101 | 11111 | 0 | 100001 | 1001110 | 101101 | 100010 | 1000000 | 100001 |
Color Harmonies of #8B5D1F
Complementary color
Monochromatic Colors of #8B5D1F
Black with #8B5D1F
Text Example
Text Example
White with #8B5D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5D1F; }
p { color: rgb(139,93,31); }
H1.HeaderClassName
{
color: #8B5D1F;
}
.AnyTagClassName
{
color: #8B5D1F;
}
</style>
background-color css
<style>
a { background-color: #8B5D1F; }
a { background-color: rgb(139,93,31); }
div.DivClassName
{
background-color: #8B5D1F;
}
.BgClassName
{
background-color: #8B5D1F;
}
</style>
border-color css
<style>
span { border-color: #8B5D1F; }
span { border-color: rgb(139,93,31); }
td.TdClassName
{
border-color: #8B5D1F;
}
.TagClassName
{
border-color: #8B5D1F;
}
</style>