Shades of Taupe #453A2E
Tints of Taupe #453A2E
RGB
CMYK
RGB Variations
Color information
#453A2E (or 0x453A2E) is known color: Taupe. HEX triplet: 45, 3A and 2E. RGB value is (69,58,46). Sum of RGB (Red+Green+Blue) = 69+58+46=173 (22% of max value = 765). Red value is 69 (27.34% from 255 or 39.88% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 69 - color contains mainly: red. Hex color #453A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453A2E is #BAC5D1. Grayscale: #3B3B3B. Windows color (decimal): -12240338 or 3029573. OLE color: 3029573.
HSL color Cylindrical-coordinate representation of color #453A2E: hue angle of 31.3º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #453A2E is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 58 | 46 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.73 |
| HSL | 31.3º | 0.2% | 0.23% | - |
| HSV(B) | 31.3º | 0.33% | 0.27% | - |
| XYZ | 4.46 | 4.49 | 3.22 | - |
| YUV | 59.92 | 120.14 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 58 | 46 | 0 | 0.16 | 0.33 | 0.73 | 31.3 | 0.2 | 0.23 |
| Hex | 45 | 3A | 2E | 0 | 10 | 21 | 49 | 1F | 14 | 17 |
| Octal | 105 | 72 | 56 | 0 | 20 | 41 | 111 | 37 | 24 | 27 |
| Binary | 1000101 | 111010 | 101110 | 0 | 10000 | 100001 | 1001001 | 11111 | 10100 | 10111 |
Color Harmonies of #453A2E
Complementary color
Monochromatic Colors of #453A2E
Black with #453A2E
Text Example
Text Example
White with #453A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453A2E; }
p { color: rgb(69,58,46); }
H1.HeaderClassName
{
color: #453A2E;
}
.AnyTagClassName
{
color: #453A2E;
}
</style>
background-color css
<style>
a { background-color: #453A2E; }
a { background-color: rgb(69,58,46); }
div.DivClassName
{
background-color: #453A2E;
}
.BgClassName
{
background-color: #453A2E;
}
</style>
border-color css
<style>
span { border-color: #453A2E; }
span { border-color: rgb(69,58,46); }
td.TdClassName
{
border-color: #453A2E;
}
.TagClassName
{
border-color: #453A2E;
}
</style>