Shades of Coffee Bean #352D29
Tints of Coffee Bean #352D29
RGB
CMYK
RGB Variations
Color information
#352D29 (or 0x352D29) is known color: Coffee Bean. HEX triplet: 35, 2D and 29. RGB value is (53,45,41). Sum of RGB (Red+Green+Blue) = 53+45+41=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 45 (17.97% from 255 or 32.37% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 53 - color contains mainly: red. Hex color #352D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352D29 is #CAD2D6. Grayscale: #2E2E2E. Windows color (decimal): -13292247 or 2698549. OLE color: 2698549.
HSL color Cylindrical-coordinate representation of color #352D29: hue angle of 20º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #352D29 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 45 | 41 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.79 |
| HSL | 20º | 0.13% | 0.18% | - |
| HSV(B) | 20º | 0.23% | 0.21% | - |
| XYZ | 2.81 | 2.79 | 2.49 | - |
| YUV | 46.94 | 124.65 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 45 | 41 | 0 | 0.15 | 0.23 | 0.79 | 20 | 0.13 | 0.18 |
| Hex | 35 | 2D | 29 | 0 | F | 17 | 4F | 14 | D | 12 |
| Octal | 65 | 55 | 51 | 0 | 17 | 27 | 117 | 24 | 15 | 22 |
| Binary | 110101 | 101101 | 101001 | 0 | 1111 | 10111 | 1001111 | 10100 | 1101 | 10010 |
Color Harmonies of #352D29
Complementary color
Monochromatic Colors of #352D29
Black with #352D29
Text Example
Text Example
White with #352D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352D29; }
p { color: rgb(53,45,41); }
H1.HeaderClassName
{
color: #352D29;
}
.AnyTagClassName
{
color: #352D29;
}
</style>
background-color css
<style>
a { background-color: #352D29; }
a { background-color: rgb(53,45,41); }
div.DivClassName
{
background-color: #352D29;
}
.BgClassName
{
background-color: #352D29;
}
</style>
border-color css
<style>
span { border-color: #352D29; }
span { border-color: rgb(53,45,41); }
td.TdClassName
{
border-color: #352D29;
}
.TagClassName
{
border-color: #352D29;
}
</style>