Shades of Coffee Bean #352D25
Tints of Coffee Bean #352D25
RGB
CMYK
RGB Variations
Color information
#352D25 (or 0x352D25) is known color: Coffee Bean. HEX triplet: 35, 2D and 25. RGB value is (53,45,37). Sum of RGB (Red+Green+Blue) = 53+45+37=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 45 (17.97% from 255 or 33.33% from 135); Blue value is 37 (14.84% from 255 or 27.41% from 135); Max value from RGB is 53 - color contains mainly: red. Hex color #352D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352D25 is #CAD2DA. Grayscale: #2E2E2E. Windows color (decimal): -13292251 or 2436405. OLE color: 2436405.
HSL color Cylindrical-coordinate representation of color #352D25: hue angle of 30º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #352D25 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 45 | 37 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.79 |
| HSL | 30º | 0.18% | 0.18% | - |
| HSV(B) | 30º | 0.3% | 0.21% | - |
| XYZ | 2.74 | 2.77 | 2.14 | - |
| YUV | 46.48 | 122.65 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 45 | 37 | 0 | 0.15 | 0.30 | 0.79 | 30 | 0.18 | 0.18 |
| Hex | 35 | 2D | 25 | 0 | F | 1E | 4F | 1E | 12 | 12 |
| Octal | 65 | 55 | 45 | 0 | 17 | 36 | 117 | 36 | 22 | 22 |
| Binary | 110101 | 101101 | 100101 | 0 | 1111 | 11110 | 1001111 | 11110 | 10010 | 10010 |
Color Harmonies of #352D25
Complementary color
Monochromatic Colors of #352D25
Black with #352D25
Text Example
Text Example
White with #352D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352D25; }
p { color: rgb(53,45,37); }
H1.HeaderClassName
{
color: #352D25;
}
.AnyTagClassName
{
color: #352D25;
}
</style>
background-color css
<style>
a { background-color: #352D25; }
a { background-color: rgb(53,45,37); }
div.DivClassName
{
background-color: #352D25;
}
.BgClassName
{
background-color: #352D25;
}
</style>
border-color css
<style>
span { border-color: #352D25; }
span { border-color: rgb(53,45,37); }
td.TdClassName
{
border-color: #352D25;
}
.TagClassName
{
border-color: #352D25;
}
</style>