Shades of Afghan Tan #8B5D27
Tints of Afghan Tan #8B5D27
RGB
CMYK
RGB Variations
Color information
#8B5D27 (or 0x8B5D27) is known color: Afghan Tan. HEX triplet: 8B, 5D and 27. RGB value is (139,93,39). Sum of RGB (Red+Green+Blue) = 139+93+39=271 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.29% from 271); Green value is 93 (36.72% from 255 or 34.32% from 271); Blue value is 39 (15.62% from 255 or 14.39% from 271); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5D27 is #74A2D8. Grayscale: #646464. Windows color (decimal): -7643865 or 2579851. OLE color: 2579851.
HSL color Cylindrical-coordinate representation of color #8B5D27: hue angle of 32.4º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8B5D27 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 93 | 39 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.45 |
| HSL | 32.4º | 0.56% | 0.35% | - |
| HSV(B) | 32.4º | 0.72% | 0.55% | - |
| XYZ | 14.93 | 13.46 | 3.73 | - |
| YUV | 100.6 | 93.24 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 93 | 39 | 0 | 0.33 | 0.72 | 0.45 | 32.4 | 0.56 | 0.35 |
| Hex | 8B | 5D | 27 | 0 | 21 | 48 | 2D | 20 | 38 | 23 |
| Octal | 213 | 135 | 47 | 0 | 41 | 110 | 55 | 40 | 70 | 43 |
| Binary | 10001011 | 1011101 | 100111 | 0 | 100001 | 1001000 | 101101 | 100000 | 111000 | 100011 |
Color Harmonies of #8B5D27
Complementary color
Monochromatic Colors of #8B5D27
Black with #8B5D27
Text Example
Text Example
White with #8B5D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5D27; }
p { color: rgb(139,93,39); }
H1.HeaderClassName
{
color: #8B5D27;
}
.AnyTagClassName
{
color: #8B5D27;
}
</style>
background-color css
<style>
a { background-color: #8B5D27; }
a { background-color: rgb(139,93,39); }
div.DivClassName
{
background-color: #8B5D27;
}
.BgClassName
{
background-color: #8B5D27;
}
</style>
border-color css
<style>
span { border-color: #8B5D27; }
span { border-color: rgb(139,93,39); }
td.TdClassName
{
border-color: #8B5D27;
}
.TagClassName
{
border-color: #8B5D27;
}
</style>