Shades of Espresso #462A25
Tints of Espresso #462A25
RGB
CMYK
RGB Variations
Color information
#462A25 (or 0x462A25) is known color: Espresso. HEX triplet: 46, 2A and 25. RGB value is (70,42,37). Sum of RGB (Red+Green+Blue) = 70+42+37=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 42 (16.80% from 255 or 28.19% from 149); Blue value is 37 (14.84% from 255 or 24.83% from 149); Max value from RGB is 70 - color contains mainly: red. Hex color #462A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462A25 is #B9D5DA. Grayscale: #313131. Windows color (decimal): -12178907 or 2435654. OLE color: 2435654.
HSL color Cylindrical-coordinate representation of color #462A25: hue angle of 9.09º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #462A25 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 42 | 37 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.73 |
| HSL | 9.09º | 0.31% | 0.21% | - |
| HSV(B) | 9.09º | 0.47% | 0.27% | - |
| XYZ | 3.69 | 3.09 | 2.15 | - |
| YUV | 49.8 | 120.78 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 42 | 37 | 0 | 0.40 | 0.47 | 0.73 | 9.09 | 0.31 | 0.21 |
| Hex | 46 | 2A | 25 | 0 | 28 | 2F | 49 | 9 | 1F | 15 |
| Octal | 106 | 52 | 45 | 0 | 50 | 57 | 111 | 11 | 37 | 25 |
| Binary | 1000110 | 101010 | 100101 | 0 | 101000 | 101111 | 1001001 | 1001 | 11111 | 10101 |
Color Harmonies of #462A25
Complementary color
Monochromatic Colors of #462A25
Black with #462A25
Text Example
Text Example
White with #462A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462A25; }
p { color: rgb(70,42,37); }
H1.HeaderClassName
{
color: #462A25;
}
.AnyTagClassName
{
color: #462A25;
}
</style>
background-color css
<style>
a { background-color: #462A25; }
a { background-color: rgb(70,42,37); }
div.DivClassName
{
background-color: #462A25;
}
.BgClassName
{
background-color: #462A25;
}
</style>
border-color css
<style>
span { border-color: #462A25; }
span { border-color: rgb(70,42,37); }
td.TdClassName
{
border-color: #462A25;
}
.TagClassName
{
border-color: #462A25;
}
</style>