Shades of Espresso #452F2D
Tints of Espresso #452F2D
RGB
CMYK
RGB Variations
Color information
#452F2D (or 0x452F2D) is known color: Espresso. HEX triplet: 45, 2F and 2D. RGB value is (69,47,45). Sum of RGB (Red+Green+Blue) = 69+47+45=161 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.86% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 69 - color contains mainly: red. Hex color #452F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452F2D is #BAD0D2. Grayscale: #353535. Windows color (decimal): -12243155 or 2961221. OLE color: 2961221.
HSL color Cylindrical-coordinate representation of color #452F2D: hue angle of 5º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #452F2D is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 47 | 45 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.73 |
| HSL | 5º | 0.21% | 0.22% | - |
| HSV(B) | 5º | 0.35% | 0.27% | - |
| XYZ | 3.94 | 3.49 | 2.95 | - |
| YUV | 53.35 | 123.29 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 47 | 45 | 0 | 0.32 | 0.35 | 0.73 | 5 | 0.21 | 0.22 |
| Hex | 45 | 2F | 2D | 0 | 20 | 23 | 49 | 5 | 15 | 16 |
| Octal | 105 | 57 | 55 | 0 | 40 | 43 | 111 | 5 | 25 | 26 |
| Binary | 1000101 | 101111 | 101101 | 0 | 100000 | 100011 | 1001001 | 101 | 10101 | 10110 |
Color Harmonies of #452F2D
Complementary color
Monochromatic Colors of #452F2D
Black with #452F2D
Text Example
Text Example
White with #452F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452F2D; }
p { color: rgb(69,47,45); }
H1.HeaderClassName
{
color: #452F2D;
}
.AnyTagClassName
{
color: #452F2D;
}
</style>
background-color css
<style>
a { background-color: #452F2D; }
a { background-color: rgb(69,47,45); }
div.DivClassName
{
background-color: #452F2D;
}
.BgClassName
{
background-color: #452F2D;
}
</style>
border-color css
<style>
span { border-color: #452F2D; }
span { border-color: rgb(69,47,45); }
td.TdClassName
{
border-color: #452F2D;
}
.TagClassName
{
border-color: #452F2D;
}
</style>