Shades of Alert Tan #97502D
Tints of Alert Tan #97502D
RGB
CMYK
RGB Variations
Color information
#97502D (or 0x97502D) is known color: Alert Tan. HEX triplet: 97, 50 and 2D. RGB value is (151,80,45). Sum of RGB (Red+Green+Blue) = 151+80+45=276 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.71% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 151 - color contains mainly: red. Hex color #97502D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97502D is #68AFD2. Grayscale: #616161. Windows color (decimal): -6860755 or 2969751. OLE color: 2969751.
HSL color Cylindrical-coordinate representation of color #97502D: hue angle of 19.81º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #97502D is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 80 | 45 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.41 |
| HSL | 19.81º | 0.54% | 0.38% | - |
| HSV(B) | 19.81º | 0.7% | 0.59% | - |
| XYZ | 16.1 | 12.51 | 4.05 | - |
| YUV | 97.24 | 98.52 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 80 | 45 | 0 | 0.47 | 0.70 | 0.41 | 19.81 | 0.54 | 0.38 |
| Hex | 97 | 50 | 2D | 0 | 2F | 46 | 29 | 14 | 36 | 26 |
| Octal | 227 | 120 | 55 | 0 | 57 | 106 | 51 | 24 | 66 | 46 |
| Binary | 10010111 | 1010000 | 101101 | 0 | 101111 | 1000110 | 101001 | 10100 | 110110 | 100110 |
Color Harmonies of #97502D
Complementary color
Monochromatic Colors of #97502D
Black with #97502D
Text Example
Text Example
White with #97502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97502D; }
p { color: rgb(151,80,45); }
H1.HeaderClassName
{
color: #97502D;
}
.AnyTagClassName
{
color: #97502D;
}
</style>
background-color css
<style>
a { background-color: #97502D; }
a { background-color: rgb(151,80,45); }
div.DivClassName
{
background-color: #97502D;
}
.BgClassName
{
background-color: #97502D;
}
</style>
border-color css
<style>
span { border-color: #97502D; }
span { border-color: rgb(151,80,45); }
td.TdClassName
{
border-color: #97502D;
}
.TagClassName
{
border-color: #97502D;
}
</style>