Shades of Espresso #452D2B
Tints of Espresso #452D2B
RGB
CMYK
RGB Variations
Color information
#452D2B (or 0x452D2B) is known color: Espresso. HEX triplet: 45, 2D and 2B. RGB value is (69,45,43). Sum of RGB (Red+Green+Blue) = 69+45+43=157 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.95% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 69 - color contains mainly: red. Hex color #452D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452D2B is #BAD2D4. Grayscale: #333333. Windows color (decimal): -12243669 or 2829637. OLE color: 2829637.
HSL color Cylindrical-coordinate representation of color #452D2B: hue angle of 4.62º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #452D2B is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 45 | 43 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.73 |
| HSL | 4.62º | 0.23% | 0.22% | - |
| HSV(B) | 4.62º | 0.38% | 0.27% | - |
| XYZ | 3.83 | 3.32 | 2.72 | - |
| YUV | 51.95 | 122.95 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 45 | 43 | 0 | 0.35 | 0.38 | 0.73 | 4.62 | 0.23 | 0.22 |
| Hex | 45 | 2D | 2B | 0 | 23 | 26 | 49 | 5 | 17 | 16 |
| Octal | 105 | 55 | 53 | 0 | 43 | 46 | 111 | 5 | 27 | 26 |
| Binary | 1000101 | 101101 | 101011 | 0 | 100011 | 100110 | 1001001 | 101 | 10111 | 10110 |
Color Harmonies of #452D2B
Complementary color
Monochromatic Colors of #452D2B
Black with #452D2B
Text Example
Text Example
White with #452D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452D2B; }
p { color: rgb(69,45,43); }
H1.HeaderClassName
{
color: #452D2B;
}
.AnyTagClassName
{
color: #452D2B;
}
</style>
background-color css
<style>
a { background-color: #452D2B; }
a { background-color: rgb(69,45,43); }
div.DivClassName
{
background-color: #452D2B;
}
.BgClassName
{
background-color: #452D2B;
}
</style>
border-color css
<style>
span { border-color: #452D2B; }
span { border-color: rgb(69,45,43); }
td.TdClassName
{
border-color: #452D2B;
}
.TagClassName
{
border-color: #452D2B;
}
</style>