Shades of Taupe #453E38
Tints of Taupe #453E38
RGB
CMYK
RGB Variations
Color information
#453E38 (or 0x453E38) is known color: Taupe. HEX triplet: 45, 3E and 38. RGB value is (69,62,56). Sum of RGB (Red+Green+Blue) = 69+62+56=187 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.90% from 187); Green value is 62 (24.61% from 255 or 33.16% from 187); Blue value is 56 (22.27% from 255 or 29.95% from 187); Max value from RGB is 69 - color contains mainly: red. Hex color #453E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453E38 is #BAC1C7. Grayscale: #3F3F3F. Windows color (decimal): -12239304 or 3685957. OLE color: 3685957.
HSL color Cylindrical-coordinate representation of color #453E38: hue angle of 27.69º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #453E38 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 62 | 56 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.73 |
| HSL | 27.69º | 0.1% | 0.25% | - |
| HSV(B) | 27.69º | 0.19% | 0.27% | - |
| XYZ | 4.89 | 5 | 4.45 | - |
| YUV | 63.41 | 123.82 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 62 | 56 | 0 | 0.10 | 0.19 | 0.73 | 27.69 | 0.1 | 0.25 |
| Hex | 45 | 3E | 38 | 0 | A | 13 | 49 | 1C | A | 19 |
| Octal | 105 | 76 | 70 | 0 | 12 | 23 | 111 | 34 | 12 | 31 |
| Binary | 1000101 | 111110 | 111000 | 0 | 1010 | 10011 | 1001001 | 11100 | 1010 | 11001 |
Color Harmonies of #453E38
Complementary color
Monochromatic Colors of #453E38
Black with #453E38
Text Example
Text Example
White with #453E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453E38; }
p { color: rgb(69,62,56); }
H1.HeaderClassName
{
color: #453E38;
}
.AnyTagClassName
{
color: #453E38;
}
</style>
background-color css
<style>
a { background-color: #453E38; }
a { background-color: rgb(69,62,56); }
div.DivClassName
{
background-color: #453E38;
}
.BgClassName
{
background-color: #453E38;
}
</style>
border-color css
<style>
span { border-color: #453E38; }
span { border-color: rgb(69,62,56); }
td.TdClassName
{
border-color: #453E38;
}
.TagClassName
{
border-color: #453E38;
}
</style>