Shades of Coffee Bean #342E2B
Tints of Coffee Bean #342E2B
RGB
CMYK
RGB Variations
Color information
#342E2B (or 0x342E2B) is known color: Coffee Bean. HEX triplet: 34, 2E and 2B. RGB value is (52,46,43). Sum of RGB (Red+Green+Blue) = 52+46+43=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 46 (18.36% from 255 or 32.62% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 52 - color contains mainly: red. Hex color #342E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342E2B is #CBD1D4. Grayscale: #2F2F2F. Windows color (decimal): -13357525 or 2829876. OLE color: 2829876.
HSL color Cylindrical-coordinate representation of color #342E2B: hue angle of 20º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #342E2B is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.80.
Color convert
RGB | 52 | 46 | 43 | - |
CMYK | 0 | 0.12 | 0.17 | 0.80 |
HSL | 20º | 0.09% | 0.19% | - |
HSV(B) | 20º | 0.17% | 0.2% | - |
XYZ | 2.83 | 2.86 | 2.69 | - |
YUV | 47.45 | 125.49 | 131.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 52 | 46 | 43 | 0 | 0.12 | 0.17 | 0.80 | 20 | 0.09 | 0.19 |
Hex | 34 | 2E | 2B | 0 | C | 11 | 50 | 14 | 9 | 13 |
Octal | 64 | 56 | 53 | 0 | 14 | 21 | 120 | 24 | 11 | 23 |
Binary | 110100 | 101110 | 101011 | 0 | 1100 | 10001 | 1010000 | 10100 | 1001 | 10011 |
Color Harmonies of #342E2B
Complementary color
Monochromatic Colors of #342E2B
Black with #342E2B
Text Example
Text Example
White with #342E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342E2B; }
p { color: rgb(52,46,43); }
H1.HeaderClassName
{
color: #342E2B;
}
.AnyTagClassName
{
color: #342E2B;
}
</style>
background-color css
<style>
a { background-color: #342E2B; }
a { background-color: rgb(52,46,43); }
div.DivClassName
{
background-color: #342E2B;
}
.BgClassName
{
background-color: #342E2B;
}
</style>
border-color css
<style>
span { border-color: #342E2B; }
span { border-color: rgb(52,46,43); }
td.TdClassName
{
border-color: #342E2B;
}
.TagClassName
{
border-color: #342E2B;
}
</style>