Shades of Coffee Bean #342F2C
Tints of Coffee Bean #342F2C
RGB
CMYK
RGB Variations
Color information
#342F2C (or 0x342F2C) is known color: Coffee Bean. HEX triplet: 34, 2F and 2C. RGB value is (52,47,44). Sum of RGB (Red+Green+Blue) = 52+47+44=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 47 (18.75% from 255 or 32.87% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 52 - color contains mainly: red. Hex color #342F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342F2C is #CBD0D3. Grayscale: #303030. Windows color (decimal): -13357268 or 2895668. OLE color: 2895668.
HSL color Cylindrical-coordinate representation of color #342F2C: hue angle of 22.5º degrees, saturation: 0.08, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #342F2C is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 47 | 44 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.80 |
| HSL | 22.5º | 0.08% | 0.19% | - |
| HSV(B) | 22.5º | 0.15% | 0.2% | - |
| XYZ | 2.89 | 2.94 | 2.8 | - |
| YUV | 48.15 | 125.66 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 47 | 44 | 0 | 0.10 | 0.15 | 0.80 | 22.5 | 0.08 | 0.19 |
| Hex | 34 | 2F | 2C | 0 | A | F | 50 | 16 | 8 | 13 |
| Octal | 64 | 57 | 54 | 0 | 12 | 17 | 120 | 26 | 10 | 23 |
| Binary | 110100 | 101111 | 101100 | 0 | 1010 | 1111 | 1010000 | 10110 | 1000 | 10011 |
Color Harmonies of #342F2C
Complementary color
Monochromatic Colors of #342F2C
Black with #342F2C
Text Example
Text Example
White with #342F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342F2C; }
p { color: rgb(52,47,44); }
H1.HeaderClassName
{
color: #342F2C;
}
.AnyTagClassName
{
color: #342F2C;
}
</style>
background-color css
<style>
a { background-color: #342F2C; }
a { background-color: rgb(52,47,44); }
div.DivClassName
{
background-color: #342F2C;
}
.BgClassName
{
background-color: #342F2C;
}
</style>
border-color css
<style>
span { border-color: #342F2C; }
span { border-color: rgb(52,47,44); }
td.TdClassName
{
border-color: #342F2C;
}
.TagClassName
{
border-color: #342F2C;
}
</style>