Shades of Espresso #462B27
Tints of Espresso #462B27
RGB
CMYK
RGB Variations
Color information
#462B27 (or 0x462B27) is known color: Espresso. HEX triplet: 46, 2B and 27. RGB value is (70,43,39). Sum of RGB (Red+Green+Blue) = 70+43+39=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 43 (17.19% from 255 or 28.29% from 152); Blue value is 39 (15.62% from 255 or 25.66% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #462B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462B27 is #B9D4D8. Grayscale: #323232. Windows color (decimal): -12178649 or 2566982. OLE color: 2566982.
HSL color Cylindrical-coordinate representation of color #462B27: hue angle of 7.74º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #462B27 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 43 | 39 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.73 |
| HSL | 7.74º | 0.28% | 0.21% | - |
| HSV(B) | 7.74º | 0.44% | 0.27% | - |
| XYZ | 3.76 | 3.18 | 2.33 | - |
| YUV | 50.62 | 121.45 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 43 | 39 | 0 | 0.39 | 0.44 | 0.73 | 7.74 | 0.28 | 0.21 |
| Hex | 46 | 2B | 27 | 0 | 27 | 2C | 49 | 8 | 1C | 15 |
| Octal | 106 | 53 | 47 | 0 | 47 | 54 | 111 | 10 | 34 | 25 |
| Binary | 1000110 | 101011 | 100111 | 0 | 100111 | 101100 | 1001001 | 1000 | 11100 | 10101 |
Color Harmonies of #462B27
Complementary color
Monochromatic Colors of #462B27
Black with #462B27
Text Example
Text Example
White with #462B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462B27; }
p { color: rgb(70,43,39); }
H1.HeaderClassName
{
color: #462B27;
}
.AnyTagClassName
{
color: #462B27;
}
</style>
background-color css
<style>
a { background-color: #462B27; }
a { background-color: rgb(70,43,39); }
div.DivClassName
{
background-color: #462B27;
}
.BgClassName
{
background-color: #462B27;
}
</style>
border-color css
<style>
span { border-color: #462B27; }
span { border-color: rgb(70,43,39); }
td.TdClassName
{
border-color: #462B27;
}
.TagClassName
{
border-color: #462B27;
}
</style>