Shades of Alert Tan #95482D
Tints of Alert Tan #95482D
RGB
CMYK
RGB Variations
Color information
#95482D (or 0x95482D) is known color: Alert Tan. HEX triplet: 95, 48 and 2D. RGB value is (149,72,45). Sum of RGB (Red+Green+Blue) = 149+72+45=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #95482D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95482D is #6AB7D2. Grayscale: #5C5C5C. Windows color (decimal): -6993875 or 2967701. OLE color: 2967701.
HSL color Cylindrical-coordinate representation of color #95482D: hue angle of 15.58º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #95482D is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 72 | 45 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.42 |
| HSL | 15.58º | 0.54% | 0.38% | - |
| HSV(B) | 15.58º | 0.7% | 0.58% | - |
| XYZ | 15.19 | 11.21 | 3.85 | - |
| YUV | 91.95 | 101.51 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 72 | 45 | 0 | 0.52 | 0.70 | 0.42 | 15.58 | 0.54 | 0.38 |
| Hex | 95 | 48 | 2D | 0 | 34 | 46 | 2A | 10 | 36 | 26 |
| Octal | 225 | 110 | 55 | 0 | 64 | 106 | 52 | 20 | 66 | 46 |
| Binary | 10010101 | 1001000 | 101101 | 0 | 110100 | 1000110 | 101010 | 10000 | 110110 | 100110 |
Color Harmonies of #95482D
Complementary color
Monochromatic Colors of #95482D
Black with #95482D
Text Example
Text Example
White with #95482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95482D; }
p { color: rgb(149,72,45); }
H1.HeaderClassName
{
color: #95482D;
}
.AnyTagClassName
{
color: #95482D;
}
</style>
background-color css
<style>
a { background-color: #95482D; }
a { background-color: rgb(149,72,45); }
div.DivClassName
{
background-color: #95482D;
}
.BgClassName
{
background-color: #95482D;
}
</style>
border-color css
<style>
span { border-color: #95482D; }
span { border-color: rgb(149,72,45); }
td.TdClassName
{
border-color: #95482D;
}
.TagClassName
{
border-color: #95482D;
}
</style>