Shades of Taupe #453B2F
Tints of Taupe #453B2F
RGB
CMYK
RGB Variations
Color information
#453B2F (or 0x453B2F) is known color: Taupe. HEX triplet: 45, 3B and 2F. RGB value is (69,59,47). Sum of RGB (Red+Green+Blue) = 69+59+47=175 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.43% from 175); Green value is 59 (23.44% from 255 or 33.71% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 69 - color contains mainly: red. Hex color #453B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453B2F is #BAC4D0. Grayscale: #3C3C3C. Windows color (decimal): -12240081 or 3095365. OLE color: 3095365.
HSL color Cylindrical-coordinate representation of color #453B2F: hue angle of 32.73º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #453B2F is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 59 | 47 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.73 |
| HSL | 32.73º | 0.19% | 0.23% | - |
| HSV(B) | 32.73º | 0.32% | 0.27% | - |
| XYZ | 4.53 | 4.6 | 3.34 | - |
| YUV | 60.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 59 | 47 | 0 | 0.14 | 0.32 | 0.73 | 32.73 | 0.19 | 0.23 |
| Hex | 45 | 3B | 2F | 0 | E | 20 | 49 | 21 | 13 | 17 |
| Octal | 105 | 73 | 57 | 0 | 16 | 40 | 111 | 41 | 23 | 27 |
| Binary | 1000101 | 111011 | 101111 | 0 | 1110 | 100000 | 1001001 | 100001 | 10011 | 10111 |
Color Harmonies of #453B2F
Complementary color
Monochromatic Colors of #453B2F
Black with #453B2F
Text Example
Text Example
White with #453B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453B2F; }
p { color: rgb(69,59,47); }
H1.HeaderClassName
{
color: #453B2F;
}
.AnyTagClassName
{
color: #453B2F;
}
</style>
background-color css
<style>
a { background-color: #453B2F; }
a { background-color: rgb(69,59,47); }
div.DivClassName
{
background-color: #453B2F;
}
.BgClassName
{
background-color: #453B2F;
}
</style>
border-color css
<style>
span { border-color: #453B2F; }
span { border-color: rgb(69,59,47); }
td.TdClassName
{
border-color: #453B2F;
}
.TagClassName
{
border-color: #453B2F;
}
</style>