Shades of Coffee Bean #342E28
Tints of Coffee Bean #342E28
RGB
CMYK
RGB Variations
Color information
#342E28 (or 0x342E28) is known color: Coffee Bean. HEX triplet: 34, 2E and 28. RGB value is (52,46,40). Sum of RGB (Red+Green+Blue) = 52+46+40=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 46 (18.36% from 255 or 33.33% from 138); Blue value is 40 (16.02% from 255 or 28.99% from 138); Max value from RGB is 52 - color contains mainly: red. Hex color #342E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342E28 is #CBD1D7. Grayscale: #2F2F2F. Windows color (decimal): -13357528 or 2633268. OLE color: 2633268.
HSL color Cylindrical-coordinate representation of color #342E28: hue angle of 30º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #342E28 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 46 | 40 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.80 |
| HSL | 30º | 0.13% | 0.18% | - |
| HSV(B) | 30º | 0.23% | 0.2% | - |
| XYZ | 2.78 | 2.84 | 2.41 | - |
| YUV | 47.11 | 123.99 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 46 | 40 | 0 | 0.12 | 0.23 | 0.80 | 30 | 0.13 | 0.18 |
| Hex | 34 | 2E | 28 | 0 | C | 17 | 50 | 1E | D | 12 |
| Octal | 64 | 56 | 50 | 0 | 14 | 27 | 120 | 36 | 15 | 22 |
| Binary | 110100 | 101110 | 101000 | 0 | 1100 | 10111 | 1010000 | 11110 | 1101 | 10010 |
Color Harmonies of #342E28
Complementary color
Monochromatic Colors of #342E28
Black with #342E28
Text Example
Text Example
White with #342E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342E28; }
p { color: rgb(52,46,40); }
H1.HeaderClassName
{
color: #342E28;
}
.AnyTagClassName
{
color: #342E28;
}
</style>
background-color css
<style>
a { background-color: #342E28; }
a { background-color: rgb(52,46,40); }
div.DivClassName
{
background-color: #342E28;
}
.BgClassName
{
background-color: #342E28;
}
</style>
border-color css
<style>
span { border-color: #342E28; }
span { border-color: rgb(52,46,40); }
td.TdClassName
{
border-color: #342E28;
}
.TagClassName
{
border-color: #342E28;
}
</style>