Shades of Coffee Bean #342D28
Tints of Coffee Bean #342D28
RGB
CMYK
RGB Variations
Color information
#342D28 (or 0x342D28) is known color: Coffee Bean. HEX triplet: 34, 2D and 28. RGB value is (52,45,40). Sum of RGB (Red+Green+Blue) = 52+45+40=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 45 (17.97% from 255 or 32.85% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 52 - color contains mainly: red. Hex color #342D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342D28 is #CBD2D7. Grayscale: #2E2E2E. Windows color (decimal): -13357784 or 2633012. OLE color: 2633012.
HSL color Cylindrical-coordinate representation of color #342D28: hue angle of 25º 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 #342D28 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 45 | 40 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.80 |
| HSL | 25º | 0.13% | 0.18% | - |
| HSV(B) | 25º | 0.23% | 0.2% | - |
| XYZ | 2.74 | 2.76 | 2.4 | - |
| YUV | 46.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 45 | 40 | 0 | 0.13 | 0.23 | 0.80 | 25 | 0.13 | 0.18 |
| Hex | 34 | 2D | 28 | 0 | D | 17 | 50 | 19 | D | 12 |
| Octal | 64 | 55 | 50 | 0 | 15 | 27 | 120 | 31 | 15 | 22 |
| Binary | 110100 | 101101 | 101000 | 0 | 1101 | 10111 | 1010000 | 11001 | 1101 | 10010 |
Color Harmonies of #342D28
Complementary color
Monochromatic Colors of #342D28
Black with #342D28
Text Example
Text Example
White with #342D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342D28; }
p { color: rgb(52,45,40); }
H1.HeaderClassName
{
color: #342D28;
}
.AnyTagClassName
{
color: #342D28;
}
</style>
background-color css
<style>
a { background-color: #342D28; }
a { background-color: rgb(52,45,40); }
div.DivClassName
{
background-color: #342D28;
}
.BgClassName
{
background-color: #342D28;
}
</style>
border-color css
<style>
span { border-color: #342D28; }
span { border-color: rgb(52,45,40); }
td.TdClassName
{
border-color: #342D28;
}
.TagClassName
{
border-color: #342D28;
}
</style>