Shades of Espresso #452A2A
Tints of Espresso #452A2A
RGB
CMYK
RGB Variations
Color information
#452A2A (or 0x452A2A) is known color: Espresso. HEX triplet: 45, 2A and 2A. RGB value is (69,42,42). Sum of RGB (Red+Green+Blue) = 69+42+42=153 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.10% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 69 - color contains mainly: red. Hex color #452A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452A2A is #BAD5D5. Grayscale: #323232. Windows color (decimal): -12244438 or 2763333. OLE color: 2763333.
HSL color Cylindrical-coordinate representation of color #452A2A: hue angle of 0º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #452A2A is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 42 | 42 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.73 |
| HSL | 0º | 0.24% | 0.22% | - |
| HSV(B) | 0º | 0.39% | 0.27% | - |
| XYZ | 3.7 | 3.09 | 2.59 | - |
| YUV | 50.07 | 123.45 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 42 | 42 | 0 | 0.39 | 0.39 | 0.73 | 0 | 0.24 | 0.22 |
| Hex | 45 | 2A | 2A | 0 | 27 | 27 | 49 | 0 | 18 | 16 |
| Octal | 105 | 52 | 52 | 0 | 47 | 47 | 111 | 0 | 30 | 26 |
| Binary | 1000101 | 101010 | 101010 | 0 | 100111 | 100111 | 1001001 | 0 | 11000 | 10110 |
Color Harmonies of #452A2A
Complementary color
Monochromatic Colors of #452A2A
Black with #452A2A
Text Example
Text Example
White with #452A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452A2A; }
p { color: rgb(69,42,42); }
H1.HeaderClassName
{
color: #452A2A;
}
.AnyTagClassName
{
color: #452A2A;
}
</style>
background-color css
<style>
a { background-color: #452A2A; }
a { background-color: rgb(69,42,42); }
div.DivClassName
{
background-color: #452A2A;
}
.BgClassName
{
background-color: #452A2A;
}
</style>
border-color css
<style>
span { border-color: #452A2A; }
span { border-color: rgb(69,42,42); }
td.TdClassName
{
border-color: #452A2A;
}
.TagClassName
{
border-color: #452A2A;
}
</style>