Shades of Afghan Tan #8B5D25
Tints of Afghan Tan #8B5D25
RGB
CMYK
RGB Variations
Color information
#8B5D25 (or 0x8B5D25) is known color: Afghan Tan. HEX triplet: 8B, 5D and 25. RGB value is (139,93,37). Sum of RGB (Red+Green+Blue) = 139+93+37=269 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.67% from 269); Green value is 93 (36.72% from 255 or 34.57% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5D25 is #74A2DA. Grayscale: #646464. Windows color (decimal): -7643867 or 2448779. OLE color: 2448779.
HSL color Cylindrical-coordinate representation of color #8B5D25: hue angle of 32.94º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B5D25 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 93 | 37 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.45 |
| HSL | 32.94º | 0.58% | 0.35% | - |
| HSV(B) | 32.94º | 0.73% | 0.55% | - |
| XYZ | 14.9 | 13.45 | 3.56 | - |
| YUV | 100.37 | 92.24 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 93 | 37 | 0 | 0.33 | 0.73 | 0.45 | 32.94 | 0.58 | 0.35 |
| Hex | 8B | 5D | 25 | 0 | 21 | 49 | 2D | 21 | 3A | 23 |
| Octal | 213 | 135 | 45 | 0 | 41 | 111 | 55 | 41 | 72 | 43 |
| Binary | 10001011 | 1011101 | 100101 | 0 | 100001 | 1001001 | 101101 | 100001 | 111010 | 100011 |
Color Harmonies of #8B5D25
Complementary color
Monochromatic Colors of #8B5D25
Black with #8B5D25
Text Example
Text Example
White with #8B5D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5D25; }
p { color: rgb(139,93,37); }
H1.HeaderClassName
{
color: #8B5D25;
}
.AnyTagClassName
{
color: #8B5D25;
}
</style>
background-color css
<style>
a { background-color: #8B5D25; }
a { background-color: rgb(139,93,37); }
div.DivClassName
{
background-color: #8B5D25;
}
.BgClassName
{
background-color: #8B5D25;
}
</style>
border-color css
<style>
span { border-color: #8B5D25; }
span { border-color: rgb(139,93,37); }
td.TdClassName
{
border-color: #8B5D25;
}
.TagClassName
{
border-color: #8B5D25;
}
</style>