Shades of Afghan Tan #8B531C
Tints of Afghan Tan #8B531C
RGB
CMYK
RGB Variations
Color information
#8B531C (or 0x8B531C) is known color: Afghan Tan. HEX triplet: 8B, 53 and 1C. RGB value is (139,83,28). Sum of RGB (Red+Green+Blue) = 139+83+28=250 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.6% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 139 - color contains mainly: red. Hex color #8B531C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B531C is #74ACE3. Grayscale: #5D5D5D. Windows color (decimal): -7646436 or 1856395. OLE color: 1856395.
HSL color Cylindrical-coordinate representation of color #8B531C: hue angle of 29.73º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8B531C is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 83 | 28 | - |
| CMYK | 0 | 0.40 | 0.80 | 0.45 |
| HSL | 29.73º | 0.66% | 0.33% | - |
| HSV(B) | 29.73º | 0.8% | 0.55% | - |
| XYZ | 13.95 | 11.76 | 2.63 | - |
| YUV | 93.47 | 91.05 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 83 | 28 | 0 | 0.40 | 0.80 | 0.45 | 29.73 | 0.66 | 0.33 |
| Hex | 8B | 53 | 1C | 0 | 28 | 50 | 2D | 1E | 42 | 21 |
| Octal | 213 | 123 | 34 | 0 | 50 | 120 | 55 | 36 | 102 | 41 |
| Binary | 10001011 | 1010011 | 11100 | 0 | 101000 | 1010000 | 101101 | 11110 | 1000010 | 100001 |
Color Harmonies of #8B531C
Complementary color
Monochromatic Colors of #8B531C
Black with #8B531C
Text Example
Text Example
White with #8B531C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B531C; }
p { color: rgb(139,83,28); }
H1.HeaderClassName
{
color: #8B531C;
}
.AnyTagClassName
{
color: #8B531C;
}
</style>
background-color css
<style>
a { background-color: #8B531C; }
a { background-color: rgb(139,83,28); }
div.DivClassName
{
background-color: #8B531C;
}
.BgClassName
{
background-color: #8B531C;
}
</style>
border-color css
<style>
span { border-color: #8B531C; }
span { border-color: rgb(139,83,28); }
td.TdClassName
{
border-color: #8B531C;
}
.TagClassName
{
border-color: #8B531C;
}
</style>