Shades of Espresso #452C2C
Tints of Espresso #452C2C
RGB
CMYK
RGB Variations
Color information
#452C2C (or 0x452C2C) is known color: Espresso. HEX triplet: 45, 2C and 2C. RGB value is (69,44,44). Sum of RGB (Red+Green+Blue) = 69+44+44=157 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.95% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 69 - color contains mainly: red. Hex color #452C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452C2C is #BAD3D3. Grayscale: #333333. Windows color (decimal): -12243924 or 2894917. OLE color: 2894917.
HSL color Cylindrical-coordinate representation of color #452C2C: hue angle of 0º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #452C2C is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 44 | 44 | - |
| CMYK | 0 | 0.36 | 0.36 | 0.73 |
| HSL | 0º | 0.22% | 0.22% | - |
| HSV(B) | 0º | 0.36% | 0.27% | - |
| XYZ | 3.81 | 3.25 | 2.81 | - |
| YUV | 51.48 | 123.78 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 44 | 44 | 0 | 0.36 | 0.36 | 0.73 | 0 | 0.22 | 0.22 |
| Hex | 45 | 2C | 2C | 0 | 24 | 24 | 49 | 0 | 16 | 16 |
| Octal | 105 | 54 | 54 | 0 | 44 | 44 | 111 | 0 | 26 | 26 |
| Binary | 1000101 | 101100 | 101100 | 0 | 100100 | 100100 | 1001001 | 0 | 10110 | 10110 |
Color Harmonies of #452C2C
Complementary color
Monochromatic Colors of #452C2C
Black with #452C2C
Text Example
Text Example
White with #452C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452C2C; }
p { color: rgb(69,44,44); }
H1.HeaderClassName
{
color: #452C2C;
}
.AnyTagClassName
{
color: #452C2C;
}
</style>
background-color css
<style>
a { background-color: #452C2C; }
a { background-color: rgb(69,44,44); }
div.DivClassName
{
background-color: #452C2C;
}
.BgClassName
{
background-color: #452C2C;
}
</style>
border-color css
<style>
span { border-color: #452C2C; }
span { border-color: rgb(69,44,44); }
td.TdClassName
{
border-color: #452C2C;
}
.TagClassName
{
border-color: #452C2C;
}
</style>