Shades of Coffee Bean #342C25
Tints of Coffee Bean #342C25
RGB
CMYK
RGB Variations
Color information
#342C25 (or 0x342C25) is known color: Coffee Bean. HEX triplet: 34, 2C and 25. RGB value is (52,44,37). Sum of RGB (Red+Green+Blue) = 52+44+37=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 44 (17.58% from 255 or 33.08% from 133); Blue value is 37 (14.84% from 255 or 27.82% from 133); Max value from RGB is 52 - color contains mainly: red. Hex color #342C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342C25 is #CBD3DA. Grayscale: #2D2D2D. Windows color (decimal): -13358043 or 2436148. OLE color: 2436148.
HSL color Cylindrical-coordinate representation of color #342C25: hue angle of 28º degrees, saturation: 0.17, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #342C25 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 44 | 37 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.80 |
| HSL | 28º | 0.17% | 0.17% | - |
| HSV(B) | 28º | 0.29% | 0.2% | - |
| XYZ | 2.65 | 2.67 | 2.12 | - |
| YUV | 45.59 | 123.15 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 44 | 37 | 0 | 0.15 | 0.29 | 0.80 | 28 | 0.17 | 0.17 |
| Hex | 34 | 2C | 25 | 0 | F | 1D | 50 | 1C | 11 | 11 |
| Octal | 64 | 54 | 45 | 0 | 17 | 35 | 120 | 34 | 21 | 21 |
| Binary | 110100 | 101100 | 100101 | 0 | 1111 | 11101 | 1010000 | 11100 | 10001 | 10001 |
Color Harmonies of #342C25
Complementary color
Monochromatic Colors of #342C25
Black with #342C25
Text Example
Text Example
White with #342C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342C25; }
p { color: rgb(52,44,37); }
H1.HeaderClassName
{
color: #342C25;
}
.AnyTagClassName
{
color: #342C25;
}
</style>
background-color css
<style>
a { background-color: #342C25; }
a { background-color: rgb(52,44,37); }
div.DivClassName
{
background-color: #342C25;
}
.BgClassName
{
background-color: #342C25;
}
</style>
border-color css
<style>
span { border-color: #342C25; }
span { border-color: rgb(52,44,37); }
td.TdClassName
{
border-color: #342C25;
}
.TagClassName
{
border-color: #342C25;
}
</style>