Shades of Espresso #452A25
Tints of Espresso #452A25
RGB
CMYK
RGB Variations
Color information
#452A25 (or 0x452A25) is known color: Espresso. HEX triplet: 45, 2A and 25. RGB value is (69,42,37). Sum of RGB (Red+Green+Blue) = 69+42+37=148 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.62% from 148); Green value is 42 (16.80% from 255 or 28.38% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 69 - color contains mainly: red. Hex color #452A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452A25 is #BAD5DA. Grayscale: #313131. Windows color (decimal): -12244443 or 2435653. OLE color: 2435653.
HSL color Cylindrical-coordinate representation of color #452A25: hue angle of 9.38º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #452A25 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 42 | 37 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.73 |
| HSL | 9.38º | 0.3% | 0.21% | - |
| HSV(B) | 9.38º | 0.46% | 0.27% | - |
| XYZ | 3.62 | 3.05 | 2.15 | - |
| YUV | 49.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 42 | 37 | 0 | 0.39 | 0.46 | 0.73 | 9.38 | 0.3 | 0.21 |
| Hex | 45 | 2A | 25 | 0 | 27 | 2E | 49 | 9 | 1E | 15 |
| Octal | 105 | 52 | 45 | 0 | 47 | 56 | 111 | 11 | 36 | 25 |
| Binary | 1000101 | 101010 | 100101 | 0 | 100111 | 101110 | 1001001 | 1001 | 11110 | 10101 |
Color Harmonies of #452A25
Complementary color
Monochromatic Colors of #452A25
Black with #452A25
Text Example
Text Example
White with #452A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452A25; }
p { color: rgb(69,42,37); }
H1.HeaderClassName
{
color: #452A25;
}
.AnyTagClassName
{
color: #452A25;
}
</style>
background-color css
<style>
a { background-color: #452A25; }
a { background-color: rgb(69,42,37); }
div.DivClassName
{
background-color: #452A25;
}
.BgClassName
{
background-color: #452A25;
}
</style>
border-color css
<style>
span { border-color: #452A25; }
span { border-color: rgb(69,42,37); }
td.TdClassName
{
border-color: #452A25;
}
.TagClassName
{
border-color: #452A25;
}
</style>