Shades of Taupe #453D32
Tints of Taupe #453D32
RGB
CMYK
RGB Variations
Color information
#453D32 (or 0x453D32) is known color: Taupe. HEX triplet: 45, 3D and 32. RGB value is (69,61,50). Sum of RGB (Red+Green+Blue) = 69+61+50=180 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.33% from 180); Green value is 61 (24.22% from 255 or 33.89% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 69 - color contains mainly: red. Hex color #453D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453D32 is #BAC2CD. Grayscale: #3E3E3E. Windows color (decimal): -12239566 or 3292485. OLE color: 3292485.
HSL color Cylindrical-coordinate representation of color #453D32: hue angle of 34.74º 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 #453D32 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 61 | 50 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.73 |
| HSL | 34.74º | 0.16% | 0.23% | - |
| HSV(B) | 34.74º | 0.28% | 0.27% | - |
| XYZ | 4.7 | 4.83 | 3.7 | - |
| YUV | 62.14 | 121.15 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 61 | 50 | 0 | 0.12 | 0.28 | 0.73 | 34.74 | 0.16 | 0.23 |
| Hex | 45 | 3D | 32 | 0 | C | 1C | 49 | 23 | 10 | 17 |
| Octal | 105 | 75 | 62 | 0 | 14 | 34 | 111 | 43 | 20 | 27 |
| Binary | 1000101 | 111101 | 110010 | 0 | 1100 | 11100 | 1001001 | 100011 | 10000 | 10111 |
Color Harmonies of #453D32
Complementary color
Monochromatic Colors of #453D32
Black with #453D32
Text Example
Text Example
White with #453D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453D32; }
p { color: rgb(69,61,50); }
H1.HeaderClassName
{
color: #453D32;
}
.AnyTagClassName
{
color: #453D32;
}
</style>
background-color css
<style>
a { background-color: #453D32; }
a { background-color: rgb(69,61,50); }
div.DivClassName
{
background-color: #453D32;
}
.BgClassName
{
background-color: #453D32;
}
</style>
border-color css
<style>
span { border-color: #453D32; }
span { border-color: rgb(69,61,50); }
td.TdClassName
{
border-color: #453D32;
}
.TagClassName
{
border-color: #453D32;
}
</style>