Shades of Coffee Bean #342E29
Tints of Coffee Bean #342E29
RGB
CMYK
RGB Variations
Color information
#342E29 (or 0x342E29) is known color: Coffee Bean. HEX triplet: 34, 2E and 29. RGB value is (52,46,41). Sum of RGB (Red+Green+Blue) = 52+46+41=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 52 - color contains mainly: red. Hex color #342E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342E29 is #CBD1D6. Grayscale: #2F2F2F. Windows color (decimal): -13357527 or 2698804. OLE color: 2698804.
HSL color Cylindrical-coordinate representation of color #342E29: hue angle of 27.27º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #342E29 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 46 | 41 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.80 |
| HSL | 27.27º | 0.12% | 0.18% | - |
| HSV(B) | 27.27º | 0.21% | 0.2% | - |
| XYZ | 2.79 | 2.84 | 2.5 | - |
| YUV | 47.22 | 124.49 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 46 | 41 | 0 | 0.12 | 0.21 | 0.80 | 27.27 | 0.12 | 0.18 |
| Hex | 34 | 2E | 29 | 0 | C | 15 | 50 | 1B | C | 12 |
| Octal | 64 | 56 | 51 | 0 | 14 | 25 | 120 | 33 | 14 | 22 |
| Binary | 110100 | 101110 | 101001 | 0 | 1100 | 10101 | 1010000 | 11011 | 1100 | 10010 |
Color Harmonies of #342E29
Complementary color
Monochromatic Colors of #342E29
Black with #342E29
Text Example
Text Example
White with #342E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342E29; }
p { color: rgb(52,46,41); }
H1.HeaderClassName
{
color: #342E29;
}
.AnyTagClassName
{
color: #342E29;
}
</style>
background-color css
<style>
a { background-color: #342E29; }
a { background-color: rgb(52,46,41); }
div.DivClassName
{
background-color: #342E29;
}
.BgClassName
{
background-color: #342E29;
}
</style>
border-color css
<style>
span { border-color: #342E29; }
span { border-color: rgb(52,46,41); }
td.TdClassName
{
border-color: #342E29;
}
.TagClassName
{
border-color: #342E29;
}
</style>