Shades of Espresso #452A27
Tints of Espresso #452A27
RGB
CMYK
RGB Variations
Color information
#452A27 (or 0x452A27) is known color: Espresso. HEX triplet: 45, 2A and 27. RGB value is (69,42,39). Sum of RGB (Red+Green+Blue) = 69+42+39=150 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46% from 150); Green value is 42 (16.80% from 255 or 28% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 69 - color contains mainly: red. Hex color #452A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452A27 is #BAD5D8. Grayscale: #313131. Windows color (decimal): -12244441 or 2566725. OLE color: 2566725.
HSL color Cylindrical-coordinate representation of color #452A27: hue angle of 6º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #452A27 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 42 | 39 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.73 |
| HSL | 6º | 0.28% | 0.21% | - |
| HSV(B) | 6º | 0.43% | 0.27% | - |
| XYZ | 3.65 | 3.07 | 2.32 | - |
| YUV | 49.73 | 121.95 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 42 | 39 | 0 | 0.39 | 0.43 | 0.73 | 6 | 0.28 | 0.21 |
| Hex | 45 | 2A | 27 | 0 | 27 | 2B | 49 | 6 | 1C | 15 |
| Octal | 105 | 52 | 47 | 0 | 47 | 53 | 111 | 6 | 34 | 25 |
| Binary | 1000101 | 101010 | 100111 | 0 | 100111 | 101011 | 1001001 | 110 | 11100 | 10101 |
Color Harmonies of #452A27
Complementary color
Monochromatic Colors of #452A27
Black with #452A27
Text Example
Text Example
White with #452A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452A27; }
p { color: rgb(69,42,39); }
H1.HeaderClassName
{
color: #452A27;
}
.AnyTagClassName
{
color: #452A27;
}
</style>
background-color css
<style>
a { background-color: #452A27; }
a { background-color: rgb(69,42,39); }
div.DivClassName
{
background-color: #452A27;
}
.BgClassName
{
background-color: #452A27;
}
</style>
border-color css
<style>
span { border-color: #452A27; }
span { border-color: rgb(69,42,39); }
td.TdClassName
{
border-color: #452A27;
}
.TagClassName
{
border-color: #452A27;
}
</style>