Shades of Alert Tan #95502E
Tints of Alert Tan #95502E
RGB
CMYK
RGB Variations
Color information
#95502E (or 0x95502E) is known color: Alert Tan. HEX triplet: 95, 50 and 2E. RGB value is (149,80,46). Sum of RGB (Red+Green+Blue) = 149+80+46=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #95502E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95502E is #6AAFD1. Grayscale: #606060. Windows color (decimal): -6991826 or 3035285. OLE color: 3035285.
HSL color Cylindrical-coordinate representation of color #95502E: hue angle of 19.81º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #95502E is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 80 | 46 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.42 |
| HSL | 19.81º | 0.53% | 0.38% | - |
| HSV(B) | 19.81º | 0.69% | 0.58% | - |
| XYZ | 15.76 | 12.32 | 4.13 | - |
| YUV | 96.76 | 99.36 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 80 | 46 | 0 | 0.46 | 0.69 | 0.42 | 19.81 | 0.53 | 0.38 |
| Hex | 95 | 50 | 2E | 0 | 2E | 45 | 2A | 14 | 35 | 26 |
| Octal | 225 | 120 | 56 | 0 | 56 | 105 | 52 | 24 | 65 | 46 |
| Binary | 10010101 | 1010000 | 101110 | 0 | 101110 | 1000101 | 101010 | 10100 | 110101 | 100110 |
Color Harmonies of #95502E
Complementary color
Monochromatic Colors of #95502E
Black with #95502E
Text Example
Text Example
White with #95502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95502E; }
p { color: rgb(149,80,46); }
H1.HeaderClassName
{
color: #95502E;
}
.AnyTagClassName
{
color: #95502E;
}
</style>
background-color css
<style>
a { background-color: #95502E; }
a { background-color: rgb(149,80,46); }
div.DivClassName
{
background-color: #95502E;
}
.BgClassName
{
background-color: #95502E;
}
</style>
border-color css
<style>
span { border-color: #95502E; }
span { border-color: rgb(149,80,46); }
td.TdClassName
{
border-color: #95502E;
}
.TagClassName
{
border-color: #95502E;
}
</style>