Shades of Afghan Tan #8B5A1F
Tints of Afghan Tan #8B5A1F
RGB
CMYK
RGB Variations
Color information
#8B5A1F (or 0x8B5A1F) is known color: Afghan Tan. HEX triplet: 8B, 5A and 1F. RGB value is (139,90,31). Sum of RGB (Red+Green+Blue) = 139+90+31=260 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.46% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5A1F is #74A5E0. Grayscale: #626262. Windows color (decimal): -7644641 or 2054795. OLE color: 2054795.
HSL color Cylindrical-coordinate representation of color #8B5A1F: hue angle of 32.78º 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 #8B5A1F is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 90 | 31 | - |
| CMYK | 0 | 0.35 | 0.78 | 0.45 |
| HSL | 32.78º | 0.64% | 0.33% | - |
| HSV(B) | 32.78º | 0.78% | 0.55% | - |
| XYZ | 14.55 | 12.9 | 3.02 | - |
| YUV | 97.93 | 90.23 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 90 | 31 | 0 | 0.35 | 0.78 | 0.45 | 32.78 | 0.64 | 0.33 |
| Hex | 8B | 5A | 1F | 0 | 23 | 4E | 2D | 21 | 40 | 21 |
| Octal | 213 | 132 | 37 | 0 | 43 | 116 | 55 | 41 | 100 | 41 |
| Binary | 10001011 | 1011010 | 11111 | 0 | 100011 | 1001110 | 101101 | 100001 | 1000000 | 100001 |
Color Harmonies of #8B5A1F
Complementary color
Monochromatic Colors of #8B5A1F
Black with #8B5A1F
Text Example
Text Example
White with #8B5A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5A1F; }
p { color: rgb(139,90,31); }
H1.HeaderClassName
{
color: #8B5A1F;
}
.AnyTagClassName
{
color: #8B5A1F;
}
</style>
background-color css
<style>
a { background-color: #8B5A1F; }
a { background-color: rgb(139,90,31); }
div.DivClassName
{
background-color: #8B5A1F;
}
.BgClassName
{
background-color: #8B5A1F;
}
</style>
border-color css
<style>
span { border-color: #8B5A1F; }
span { border-color: rgb(139,90,31); }
td.TdClassName
{
border-color: #8B5A1F;
}
.TagClassName
{
border-color: #8B5A1F;
}
</style>