Shades of Taupe #453E34
Tints of Taupe #453E34
RGB
CMYK
RGB Variations
Color information
#453E34 (or 0x453E34) is known color: Taupe. HEX triplet: 45, 3E and 34. RGB value is (69,62,52). Sum of RGB (Red+Green+Blue) = 69+62+52=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 62 (24.61% from 255 or 33.88% from 183); Blue value is 52 (20.70% from 255 or 28.42% from 183); Max value from RGB is 69 - color contains mainly: red. Hex color #453E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453E34 is #BAC1CB. Grayscale: #3F3F3F. Windows color (decimal): -12239308 or 3423813. OLE color: 3423813.
HSL color Cylindrical-coordinate representation of color #453E34: hue angle of 35.29º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #453E34 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 62 | 52 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.73 |
| HSL | 35.29º | 0.14% | 0.24% | - |
| HSV(B) | 35.29º | 0.25% | 0.27% | - |
| XYZ | 4.8 | 4.96 | 3.95 | - |
| YUV | 62.95 | 121.82 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 62 | 52 | 0 | 0.10 | 0.25 | 0.73 | 35.29 | 0.14 | 0.24 |
| Hex | 45 | 3E | 34 | 0 | A | 19 | 49 | 23 | E | 18 |
| Octal | 105 | 76 | 64 | 0 | 12 | 31 | 111 | 43 | 16 | 30 |
| Binary | 1000101 | 111110 | 110100 | 0 | 1010 | 11001 | 1001001 | 100011 | 1110 | 11000 |
Color Harmonies of #453E34
Complementary color
Monochromatic Colors of #453E34
Black with #453E34
Text Example
Text Example
White with #453E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453E34; }
p { color: rgb(69,62,52); }
H1.HeaderClassName
{
color: #453E34;
}
.AnyTagClassName
{
color: #453E34;
}
</style>
background-color css
<style>
a { background-color: #453E34; }
a { background-color: rgb(69,62,52); }
div.DivClassName
{
background-color: #453E34;
}
.BgClassName
{
background-color: #453E34;
}
</style>
border-color css
<style>
span { border-color: #453E34; }
span { border-color: rgb(69,62,52); }
td.TdClassName
{
border-color: #453E34;
}
.TagClassName
{
border-color: #453E34;
}
</style>