Shades of Afghan Tan #8B531B
Tints of Afghan Tan #8B531B
RGB
CMYK
RGB Variations
Color information
#8B531B (or 0x8B531B) is known color: Afghan Tan. HEX triplet: 8B, 53 and 1B. RGB value is (139,83,27). Sum of RGB (Red+Green+Blue) = 139+83+27=249 (32% of max value = 765). Red value is 139 (54.69% from 255 or 55.82% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 139 - color contains mainly: red. Hex color #8B531B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B531B is #74ACE4. Grayscale: #5D5D5D. Windows color (decimal): -7646437 or 1790859. OLE color: 1790859.
HSL color Cylindrical-coordinate representation of color #8B531B: hue angle of 30º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B531B is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 83 | 27 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.45 |
| HSL | 30º | 0.67% | 0.33% | - |
| HSV(B) | 30º | 0.81% | 0.55% | - |
| XYZ | 13.94 | 11.75 | 2.57 | - |
| YUV | 93.36 | 90.55 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 83 | 27 | 0 | 0.40 | 0.81 | 0.45 | 30 | 0.67 | 0.33 |
| Hex | 8B | 53 | 1B | 0 | 28 | 51 | 2D | 1E | 43 | 21 |
| Octal | 213 | 123 | 33 | 0 | 50 | 121 | 55 | 36 | 103 | 41 |
| Binary | 10001011 | 1010011 | 11011 | 0 | 101000 | 1010001 | 101101 | 11110 | 1000011 | 100001 |
Color Harmonies of #8B531B
Complementary color
Monochromatic Colors of #8B531B
Black with #8B531B
Text Example
Text Example
White with #8B531B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B531B; }
p { color: rgb(139,83,27); }
H1.HeaderClassName
{
color: #8B531B;
}
.AnyTagClassName
{
color: #8B531B;
}
</style>
background-color css
<style>
a { background-color: #8B531B; }
a { background-color: rgb(139,83,27); }
div.DivClassName
{
background-color: #8B531B;
}
.BgClassName
{
background-color: #8B531B;
}
</style>
border-color css
<style>
span { border-color: #8B531B; }
span { border-color: rgb(139,83,27); }
td.TdClassName
{
border-color: #8B531B;
}
.TagClassName
{
border-color: #8B531B;
}
</style>