Shades of Taupe #453A32
Tints of Taupe #453A32
RGB
CMYK
RGB Variations
Color information
#453A32 (or 0x453A32) is known color: Taupe. HEX triplet: 45, 3A and 32. RGB value is (69,58,50). Sum of RGB (Red+Green+Blue) = 69+58+50=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 50 (19.92% from 255 or 28.25% from 177); Max value from RGB is 69 - color contains mainly: red. Hex color #453A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453A32 is #BAC5CD. Grayscale: #3C3C3C. Windows color (decimal): -12240334 or 3291717. OLE color: 3291717.
HSL color Cylindrical-coordinate representation of color #453A32: hue angle of 25.26º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #453A32 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 58 | 50 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.73 |
| HSL | 25.26º | 0.16% | 0.23% | - |
| HSV(B) | 25.26º | 0.28% | 0.27% | - |
| XYZ | 4.54 | 4.52 | 3.65 | - |
| YUV | 60.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 58 | 50 | 0 | 0.16 | 0.28 | 0.73 | 25.26 | 0.16 | 0.23 |
| Hex | 45 | 3A | 32 | 0 | 10 | 1C | 49 | 19 | 10 | 17 |
| Octal | 105 | 72 | 62 | 0 | 20 | 34 | 111 | 31 | 20 | 27 |
| Binary | 1000101 | 111010 | 110010 | 0 | 10000 | 11100 | 1001001 | 11001 | 10000 | 10111 |
Color Harmonies of #453A32
Complementary color
Monochromatic Colors of #453A32
Black with #453A32
Text Example
Text Example
White with #453A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453A32; }
p { color: rgb(69,58,50); }
H1.HeaderClassName
{
color: #453A32;
}
.AnyTagClassName
{
color: #453A32;
}
</style>
background-color css
<style>
a { background-color: #453A32; }
a { background-color: rgb(69,58,50); }
div.DivClassName
{
background-color: #453A32;
}
.BgClassName
{
background-color: #453A32;
}
</style>
border-color css
<style>
span { border-color: #453A32; }
span { border-color: rgb(69,58,50); }
td.TdClassName
{
border-color: #453A32;
}
.TagClassName
{
border-color: #453A32;
}
</style>