Shades of Coffee Bean #342A23
Tints of Coffee Bean #342A23
RGB
CMYK
RGB Variations
Color information
#342A23 (or 0x342A23) is known color: Coffee Bean. HEX triplet: 34, 2A and 23. RGB value is (52,42,35). Sum of RGB (Red+Green+Blue) = 52+42+35=129 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40.31% from 129); Green value is 42 (16.80% from 255 or 32.56% from 129); Blue value is 35 (14.06% from 255 or 27.13% from 129); Max value from RGB is 52 - color contains mainly: red. Hex color #342A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342A23 is #CBD5DC. Grayscale: #2C2C2C. Windows color (decimal): -13358557 or 2304564. OLE color: 2304564.
HSL color Cylindrical-coordinate representation of color #342A23: hue angle of 24.71º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #342A23 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 42 | 35 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.80 |
| HSL | 24.71º | 0.2% | 0.17% | - |
| HSV(B) | 24.71º | 0.33% | 0.2% | - |
| XYZ | 2.55 | 2.51 | 1.94 | - |
| YUV | 44.19 | 122.81 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 42 | 35 | 0 | 0.19 | 0.33 | 0.80 | 24.71 | 0.2 | 0.17 |
| Hex | 34 | 2A | 23 | 0 | 13 | 21 | 50 | 19 | 14 | 11 |
| Octal | 64 | 52 | 43 | 0 | 23 | 41 | 120 | 31 | 24 | 21 |
| Binary | 110100 | 101010 | 100011 | 0 | 10011 | 100001 | 1010000 | 11001 | 10100 | 10001 |
Color Harmonies of #342A23
Complementary color
Monochromatic Colors of #342A23
Black with #342A23
Text Example
Text Example
White with #342A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342A23; }
p { color: rgb(52,42,35); }
H1.HeaderClassName
{
color: #342A23;
}
.AnyTagClassName
{
color: #342A23;
}
</style>
background-color css
<style>
a { background-color: #342A23; }
a { background-color: rgb(52,42,35); }
div.DivClassName
{
background-color: #342A23;
}
.BgClassName
{
background-color: #342A23;
}
</style>
border-color css
<style>
span { border-color: #342A23; }
span { border-color: rgb(52,42,35); }
td.TdClassName
{
border-color: #342A23;
}
.TagClassName
{
border-color: #342A23;
}
</style>