Shades of Espresso #462B26
Tints of Espresso #462B26
RGB
CMYK
RGB Variations
Color information
#462B26 (or 0x462B26) is known color: Espresso. HEX triplet: 46, 2B and 26. RGB value is (70,43,38). Sum of RGB (Red+Green+Blue) = 70+43+38=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 43 (17.19% from 255 or 28.48% from 151); Blue value is 38 (15.23% from 255 or 25.17% from 151); Max value from RGB is 70 - color contains mainly: red. Hex color #462B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462B26 is #B9D4D9. Grayscale: #323232. Windows color (decimal): -12178650 or 2501446. OLE color: 2501446.
HSL color Cylindrical-coordinate representation of color #462B26: 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 #462B26 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 43 | 38 | - |
| 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.74 | 3.17 | 2.25 | - |
| YUV | 50.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 43 | 38 | 0 | 0.39 | 0.46 | 0.73 | 9.38 | 0.3 | 0.21 |
| Hex | 46 | 2B | 26 | 0 | 27 | 2E | 49 | 9 | 1E | 15 |
| Octal | 106 | 53 | 46 | 0 | 47 | 56 | 111 | 11 | 36 | 25 |
| Binary | 1000110 | 101011 | 100110 | 0 | 100111 | 101110 | 1001001 | 1001 | 11110 | 10101 |
Color Harmonies of #462B26
Complementary color
Monochromatic Colors of #462B26
Black with #462B26
Text Example
Text Example
White with #462B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462B26; }
p { color: rgb(70,43,38); }
H1.HeaderClassName
{
color: #462B26;
}
.AnyTagClassName
{
color: #462B26;
}
</style>
background-color css
<style>
a { background-color: #462B26; }
a { background-color: rgb(70,43,38); }
div.DivClassName
{
background-color: #462B26;
}
.BgClassName
{
background-color: #462B26;
}
</style>
border-color css
<style>
span { border-color: #462B26; }
span { border-color: rgb(70,43,38); }
td.TdClassName
{
border-color: #462B26;
}
.TagClassName
{
border-color: #462B26;
}
</style>