Shades of Alert Tan #954B32
Tints of Alert Tan #954B32
RGB
CMYK
RGB Variations
Color information
#954B32 (or 0x954B32) is known color: Alert Tan. HEX triplet: 95, 4B and 32. RGB value is (149,75,50). Sum of RGB (Red+Green+Blue) = 149+75+50=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 75 (29.69% from 255 or 27.37% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #954B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954B32 is #6AB4CD. Grayscale: #5E5E5E. Windows color (decimal): -6993102 or 3296149. OLE color: 3296149.
HSL color Cylindrical-coordinate representation of color #954B32: hue angle of 15.15º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #954B32 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 75 | 50 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.42 |
| HSL | 15.15º | 0.5% | 0.39% | - |
| HSV(B) | 15.15º | 0.66% | 0.58% | - |
| XYZ | 15.49 | 11.65 | 4.45 | - |
| YUV | 94.28 | 103.02 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 75 | 50 | 0 | 0.50 | 0.66 | 0.42 | 15.15 | 0.5 | 0.39 |
| Hex | 95 | 4B | 32 | 0 | 32 | 42 | 2A | F | 32 | 27 |
| Octal | 225 | 113 | 62 | 0 | 62 | 102 | 52 | 17 | 62 | 47 |
| Binary | 10010101 | 1001011 | 110010 | 0 | 110010 | 1000010 | 101010 | 1111 | 110010 | 100111 |
Color Harmonies of #954B32
Complementary color
Monochromatic Colors of #954B32
Black with #954B32
Text Example
Text Example
White with #954B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954B32; }
p { color: rgb(149,75,50); }
H1.HeaderClassName
{
color: #954B32;
}
.AnyTagClassName
{
color: #954B32;
}
</style>
background-color css
<style>
a { background-color: #954B32; }
a { background-color: rgb(149,75,50); }
div.DivClassName
{
background-color: #954B32;
}
.BgClassName
{
background-color: #954B32;
}
</style>
border-color css
<style>
span { border-color: #954B32; }
span { border-color: rgb(149,75,50); }
td.TdClassName
{
border-color: #954B32;
}
.TagClassName
{
border-color: #954B32;
}
</style>