Shades of Alert Tan #9A4B25
Tints of Alert Tan #9A4B25
RGB
CMYK
RGB Variations
Color information
#9A4B25 (or 0x9A4B25) is known color: Alert Tan. HEX triplet: 9A, 4B and 25. RGB value is (154,75,37). Sum of RGB (Red+Green+Blue) = 154+75+37=266 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.89% from 266); Green value is 75 (29.69% from 255 or 28.20% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4B25 is #65B4DA. Grayscale: #5E5E5E. Windows color (decimal): -6665435 or 2444186. OLE color: 2444186.
HSL color Cylindrical-coordinate representation of color #9A4B25: hue angle of 19.49º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9A4B25 is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 75 | 37 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.40 |
| HSL | 19.49º | 0.61% | 0.37% | - |
| HSV(B) | 19.49º | 0.76% | 0.6% | - |
| XYZ | 16.18 | 12.04 | 3.22 | - |
| YUV | 94.29 | 95.67 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 75 | 37 | 0 | 0.51 | 0.76 | 0.40 | 19.49 | 0.61 | 0.37 |
| Hex | 9A | 4B | 25 | 0 | 33 | 4C | 28 | 13 | 3D | 25 |
| Octal | 232 | 113 | 45 | 0 | 63 | 114 | 50 | 23 | 75 | 45 |
| Binary | 10011010 | 1001011 | 100101 | 0 | 110011 | 1001100 | 101000 | 10011 | 111101 | 100101 |
Color Harmonies of #9A4B25
Complementary color
Monochromatic Colors of #9A4B25
Black with #9A4B25
Text Example
Text Example
White with #9A4B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4B25; }
p { color: rgb(154,75,37); }
H1.HeaderClassName
{
color: #9A4B25;
}
.AnyTagClassName
{
color: #9A4B25;
}
</style>
background-color css
<style>
a { background-color: #9A4B25; }
a { background-color: rgb(154,75,37); }
div.DivClassName
{
background-color: #9A4B25;
}
.BgClassName
{
background-color: #9A4B25;
}
</style>
border-color css
<style>
span { border-color: #9A4B25; }
span { border-color: rgb(154,75,37); }
td.TdClassName
{
border-color: #9A4B25;
}
.TagClassName
{
border-color: #9A4B25;
}
</style>