Shades of Espresso #452A29
Tints of Espresso #452A29
RGB
CMYK
RGB Variations
Color information
#452A29 (or 0x452A29) is known color: Espresso. HEX triplet: 45, 2A and 29. RGB value is (69,42,41). Sum of RGB (Red+Green+Blue) = 69+42+41=152 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.39% from 152); Green value is 42 (16.80% from 255 or 27.63% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 69 - color contains mainly: red. Hex color #452A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452A29 is #BAD5D6. Grayscale: #313131. Windows color (decimal): -12244439 or 2697797. OLE color: 2697797.
HSL color Cylindrical-coordinate representation of color #452A29: hue angle of 2.14º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #452A29 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 42 | 41 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.73 |
| HSL | 2.14º | 0.25% | 0.22% | - |
| HSV(B) | 2.14º | 0.41% | 0.27% | - |
| XYZ | 3.68 | 3.08 | 2.5 | - |
| YUV | 49.96 | 122.95 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 42 | 41 | 0 | 0.39 | 0.41 | 0.73 | 2.14 | 0.25 | 0.22 |
| Hex | 45 | 2A | 29 | 0 | 27 | 29 | 49 | 2 | 19 | 16 |
| Octal | 105 | 52 | 51 | 0 | 47 | 51 | 111 | 2 | 31 | 26 |
| Binary | 1000101 | 101010 | 101001 | 0 | 100111 | 101001 | 1001001 | 10 | 11001 | 10110 |
Color Harmonies of #452A29
Complementary color
Monochromatic Colors of #452A29
Black with #452A29
Text Example
Text Example
White with #452A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452A29; }
p { color: rgb(69,42,41); }
H1.HeaderClassName
{
color: #452A29;
}
.AnyTagClassName
{
color: #452A29;
}
</style>
background-color css
<style>
a { background-color: #452A29; }
a { background-color: rgb(69,42,41); }
div.DivClassName
{
background-color: #452A29;
}
.BgClassName
{
background-color: #452A29;
}
</style>
border-color css
<style>
span { border-color: #452A29; }
span { border-color: rgb(69,42,41); }
td.TdClassName
{
border-color: #452A29;
}
.TagClassName
{
border-color: #452A29;
}
</style>