Shades of Espresso #462B25
Tints of Espresso #462B25
RGB
CMYK
RGB Variations
Color information
#462B25 (or 0x462B25) is known color: Espresso. HEX triplet: 46, 2B and 25. RGB value is (70,43,37). Sum of RGB (Red+Green+Blue) = 70+43+37=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 43 (17.19% from 255 or 28.67% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 70 - color contains mainly: red. Hex color #462B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462B25 is #B9D4DA. Grayscale: #323232. Windows color (decimal): -12178651 or 2435910. OLE color: 2435910.
HSL color Cylindrical-coordinate representation of color #462B25: hue angle of 10.91º 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 #462B25 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 43 | 37 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.73 |
| HSL | 10.91º | 0.31% | 0.21% | - |
| HSV(B) | 10.91º | 0.47% | 0.27% | - |
| XYZ | 3.72 | 3.16 | 2.16 | - |
| YUV | 50.39 | 120.45 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 43 | 37 | 0 | 0.39 | 0.47 | 0.73 | 10.91 | 0.31 | 0.21 |
| Hex | 46 | 2B | 25 | 0 | 27 | 2F | 49 | B | 1F | 15 |
| Octal | 106 | 53 | 45 | 0 | 47 | 57 | 111 | 13 | 37 | 25 |
| Binary | 1000110 | 101011 | 100101 | 0 | 100111 | 101111 | 1001001 | 1011 | 11111 | 10101 |
Color Harmonies of #462B25
Complementary color
Monochromatic Colors of #462B25
Black with #462B25
Text Example
Text Example
White with #462B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462B25; }
p { color: rgb(70,43,37); }
H1.HeaderClassName
{
color: #462B25;
}
.AnyTagClassName
{
color: #462B25;
}
</style>
background-color css
<style>
a { background-color: #462B25; }
a { background-color: rgb(70,43,37); }
div.DivClassName
{
background-color: #462B25;
}
.BgClassName
{
background-color: #462B25;
}
</style>
border-color css
<style>
span { border-color: #462B25; }
span { border-color: rgb(70,43,37); }
td.TdClassName
{
border-color: #462B25;
}
.TagClassName
{
border-color: #462B25;
}
</style>