Shades of Alert Tan #97471D
Tints of Alert Tan #97471D
RGB
CMYK
RGB Variations
Color information
#97471D (or 0x97471D) is known color: Alert Tan. HEX triplet: 97, 47 and 1D. RGB value is (151,71,29). Sum of RGB (Red+Green+Blue) = 151+71+29=251 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.16% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 151 - color contains mainly: red. Hex color #97471D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97471D is #68B8E2. Grayscale: #5A5A5A. Windows color (decimal): -6863075 or 1918871. OLE color: 1918871.
HSL color Cylindrical-coordinate representation of color #97471D: hue angle of 20.66º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #97471D is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 71 | 29 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.41 |
| HSL | 20.66º | 0.68% | 0.35% | - |
| HSV(B) | 20.66º | 0.81% | 0.59% | - |
| XYZ | 15.24 | 11.17 | 2.52 | - |
| YUV | 90.13 | 93.5 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 71 | 29 | 0 | 0.53 | 0.81 | 0.41 | 20.66 | 0.68 | 0.35 |
| Hex | 97 | 47 | 1D | 0 | 35 | 51 | 29 | 15 | 44 | 23 |
| Octal | 227 | 107 | 35 | 0 | 65 | 121 | 51 | 25 | 104 | 43 |
| Binary | 10010111 | 1000111 | 11101 | 0 | 110101 | 1010001 | 101001 | 10101 | 1000100 | 100011 |
Color Harmonies of #97471D
Complementary color
Monochromatic Colors of #97471D
Black with #97471D
Text Example
Text Example
White with #97471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97471D; }
p { color: rgb(151,71,29); }
H1.HeaderClassName
{
color: #97471D;
}
.AnyTagClassName
{
color: #97471D;
}
</style>
background-color css
<style>
a { background-color: #97471D; }
a { background-color: rgb(151,71,29); }
div.DivClassName
{
background-color: #97471D;
}
.BgClassName
{
background-color: #97471D;
}
</style>
border-color css
<style>
span { border-color: #97471D; }
span { border-color: rgb(151,71,29); }
td.TdClassName
{
border-color: #97471D;
}
.TagClassName
{
border-color: #97471D;
}
</style>