Shades of Alert Tan #8B4D2E
Tints of Alert Tan #8B4D2E
RGB
CMYK
RGB Variations
Color information
#8B4D2E (or 0x8B4D2E) is known color: Alert Tan. HEX triplet: 8B, 4D and 2E. RGB value is (139,77,46). Sum of RGB (Red+Green+Blue) = 139+77+46=262 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.05% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 46 (18.36% from 255 or 17.56% from 262); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B4D2E is #74B2D1. Grayscale: #5C5C5C. Windows color (decimal): -7647954 or 3034507. OLE color: 3034507.
HSL color Cylindrical-coordinate representation of color #8B4D2E: hue angle of 20º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B4D2E is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 77 | 46 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.45 |
| HSL | 20º | 0.5% | 0.36% | - |
| HSV(B) | 20º | 0.67% | 0.55% | - |
| XYZ | 13.79 | 10.99 | 3.98 | - |
| YUV | 92 | 102.04 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 77 | 46 | 0 | 0.45 | 0.67 | 0.45 | 20 | 0.5 | 0.36 |
| Hex | 8B | 4D | 2E | 0 | 2D | 43 | 2D | 14 | 32 | 24 |
| Octal | 213 | 115 | 56 | 0 | 55 | 103 | 55 | 24 | 62 | 44 |
| Binary | 10001011 | 1001101 | 101110 | 0 | 101101 | 1000011 | 101101 | 10100 | 110010 | 100100 |
Color Harmonies of #8B4D2E
Complementary color
Monochromatic Colors of #8B4D2E
Black with #8B4D2E
Text Example
Text Example
White with #8B4D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4D2E; }
p { color: rgb(139,77,46); }
H1.HeaderClassName
{
color: #8B4D2E;
}
.AnyTagClassName
{
color: #8B4D2E;
}
</style>
background-color css
<style>
a { background-color: #8B4D2E; }
a { background-color: rgb(139,77,46); }
div.DivClassName
{
background-color: #8B4D2E;
}
.BgClassName
{
background-color: #8B4D2E;
}
</style>
border-color css
<style>
span { border-color: #8B4D2E; }
span { border-color: rgb(139,77,46); }
td.TdClassName
{
border-color: #8B4D2E;
}
.TagClassName
{
border-color: #8B4D2E;
}
</style>