Shades of Alert Tan #9A4E2F
Tints of Alert Tan #9A4E2F
RGB
CMYK
RGB Variations
Color information
#9A4E2F (or 0x9A4E2F) is known color: Alert Tan. HEX triplet: 9A, 4E and 2F. RGB value is (154,78,47). Sum of RGB (Red+Green+Blue) = 154+78+47=279 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.20% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A4E2F is #65B1D0. Grayscale: #616161. Windows color (decimal): -6664657 or 3100314. OLE color: 3100314.
HSL color Cylindrical-coordinate representation of color #9A4E2F: hue angle of 17.38º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A4E2F is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 78 | 47 | - |
| CMYK | 0 | 0.49 | 0.69 | 0.40 |
| HSL | 17.38º | 0.53% | 0.39% | - |
| HSV(B) | 17.38º | 0.69% | 0.6% | - |
| XYZ | 16.56 | 12.52 | 4.23 | - |
| YUV | 97.19 | 99.68 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 78 | 47 | 0 | 0.49 | 0.69 | 0.40 | 17.38 | 0.53 | 0.39 |
| Hex | 9A | 4E | 2F | 0 | 31 | 45 | 28 | 11 | 35 | 27 |
| Octal | 232 | 116 | 57 | 0 | 61 | 105 | 50 | 21 | 65 | 47 |
| Binary | 10011010 | 1001110 | 101111 | 0 | 110001 | 1000101 | 101000 | 10001 | 110101 | 100111 |
Color Harmonies of #9A4E2F
Complementary color
Monochromatic Colors of #9A4E2F
Black with #9A4E2F
Text Example
Text Example
White with #9A4E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4E2F; }
p { color: rgb(154,78,47); }
H1.HeaderClassName
{
color: #9A4E2F;
}
.AnyTagClassName
{
color: #9A4E2F;
}
</style>
background-color css
<style>
a { background-color: #9A4E2F; }
a { background-color: rgb(154,78,47); }
div.DivClassName
{
background-color: #9A4E2F;
}
.BgClassName
{
background-color: #9A4E2F;
}
</style>
border-color css
<style>
span { border-color: #9A4E2F; }
span { border-color: rgb(154,78,47); }
td.TdClassName
{
border-color: #9A4E2F;
}
.TagClassName
{
border-color: #9A4E2F;
}
</style>