Shades of Alert Tan #9A4D2B
Tints of Alert Tan #9A4D2B
RGB
CMYK
RGB Variations
Color information
#9A4D2B (or 0x9A4D2B) is known color: Alert Tan. HEX triplet: 9A, 4D and 2B. RGB value is (154,77,43). Sum of RGB (Red+Green+Blue) = 154+77+43=274 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56.20% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4D2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A4D2B is #65B2D4. Grayscale: #606060. Windows color (decimal): -6664917 or 2837914. OLE color: 2837914.
HSL color Cylindrical-coordinate representation of color #9A4D2B: hue angle of 18.38º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9A4D2B is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 77 | 43 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.40 |
| HSL | 18.38º | 0.56% | 0.39% | - |
| HSV(B) | 18.38º | 0.72% | 0.6% | - |
| XYZ | 16.42 | 12.35 | 3.8 | - |
| YUV | 96.15 | 98.01 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 77 | 43 | 0 | 0.50 | 0.72 | 0.40 | 18.38 | 0.56 | 0.39 |
| Hex | 9A | 4D | 2B | 0 | 32 | 48 | 28 | 12 | 38 | 27 |
| Octal | 232 | 115 | 53 | 0 | 62 | 110 | 50 | 22 | 70 | 47 |
| Binary | 10011010 | 1001101 | 101011 | 0 | 110010 | 1001000 | 101000 | 10010 | 111000 | 100111 |
Color Harmonies of #9A4D2B
Complementary color
Monochromatic Colors of #9A4D2B
Black with #9A4D2B
Text Example
Text Example
White with #9A4D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4D2B; }
p { color: rgb(154,77,43); }
H1.HeaderClassName
{
color: #9A4D2B;
}
.AnyTagClassName
{
color: #9A4D2B;
}
</style>
background-color css
<style>
a { background-color: #9A4D2B; }
a { background-color: rgb(154,77,43); }
div.DivClassName
{
background-color: #9A4D2B;
}
.BgClassName
{
background-color: #9A4D2B;
}
</style>
border-color css
<style>
span { border-color: #9A4D2B; }
span { border-color: rgb(154,77,43); }
td.TdClassName
{
border-color: #9A4D2B;
}
.TagClassName
{
border-color: #9A4D2B;
}
</style>