Shades of Espresso #452D2A
Tints of Espresso #452D2A
RGB
CMYK
RGB Variations
Color information
#452D2A (or 0x452D2A) is known color: Espresso. HEX triplet: 45, 2D and 2A. RGB value is (69,45,42). Sum of RGB (Red+Green+Blue) = 69+45+42=156 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.23% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 69 - color contains mainly: red. Hex color #452D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452D2A is #BAD2D5. Grayscale: #333333. Windows color (decimal): -12243670 or 2764101. OLE color: 2764101.
HSL color Cylindrical-coordinate representation of color #452D2A: hue angle of 6.67º 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 #452D2A is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 45 | 42 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.73 |
| HSL | 6.67º | 0.24% | 0.22% | - |
| HSV(B) | 6.67º | 0.39% | 0.27% | - |
| XYZ | 3.81 | 3.31 | 2.63 | - |
| YUV | 51.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 45 | 42 | 0 | 0.35 | 0.39 | 0.73 | 6.67 | 0.24 | 0.22 |
| Hex | 45 | 2D | 2A | 0 | 23 | 27 | 49 | 7 | 18 | 16 |
| Octal | 105 | 55 | 52 | 0 | 43 | 47 | 111 | 7 | 30 | 26 |
| Binary | 1000101 | 101101 | 101010 | 0 | 100011 | 100111 | 1001001 | 111 | 11000 | 10110 |
Color Harmonies of #452D2A
Complementary color
Monochromatic Colors of #452D2A
Black with #452D2A
Text Example
Text Example
White with #452D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452D2A; }
p { color: rgb(69,45,42); }
H1.HeaderClassName
{
color: #452D2A;
}
.AnyTagClassName
{
color: #452D2A;
}
</style>
background-color css
<style>
a { background-color: #452D2A; }
a { background-color: rgb(69,45,42); }
div.DivClassName
{
background-color: #452D2A;
}
.BgClassName
{
background-color: #452D2A;
}
</style>
border-color css
<style>
span { border-color: #452D2A; }
span { border-color: rgb(69,45,42); }
td.TdClassName
{
border-color: #452D2A;
}
.TagClassName
{
border-color: #452D2A;
}
</style>