Shades of Coffee Bean #352D26
Tints of Coffee Bean #352D26
RGB
CMYK
RGB Variations
Color information
#352D26 (or 0x352D26) is known color: Coffee Bean. HEX triplet: 35, 2D and 26. RGB value is (53,45,38). Sum of RGB (Red+Green+Blue) = 53+45+38=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 45 (17.97% from 255 or 33.09% from 136); Blue value is 38 (15.23% from 255 or 27.94% from 136); Max value from RGB is 53 - color contains mainly: red. Hex color #352D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352D26 is #CAD2D9. Grayscale: #2E2E2E. Windows color (decimal): -13292250 or 2501941. OLE color: 2501941.
HSL color Cylindrical-coordinate representation of color #352D26: hue angle of 28º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #352D26 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 45 | 38 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.79 |
| HSL | 28º | 0.16% | 0.18% | - |
| HSV(B) | 28º | 0.28% | 0.21% | - |
| XYZ | 2.76 | 2.77 | 2.22 | - |
| YUV | 46.59 | 123.15 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 45 | 38 | 0 | 0.15 | 0.28 | 0.79 | 28 | 0.16 | 0.18 |
| Hex | 35 | 2D | 26 | 0 | F | 1C | 4F | 1C | 10 | 12 |
| Octal | 65 | 55 | 46 | 0 | 17 | 34 | 117 | 34 | 20 | 22 |
| Binary | 110101 | 101101 | 100110 | 0 | 1111 | 11100 | 1001111 | 11100 | 10000 | 10010 |
Color Harmonies of #352D26
Complementary color
Monochromatic Colors of #352D26
Black with #352D26
Text Example
Text Example
White with #352D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352D26; }
p { color: rgb(53,45,38); }
H1.HeaderClassName
{
color: #352D26;
}
.AnyTagClassName
{
color: #352D26;
}
</style>
background-color css
<style>
a { background-color: #352D26; }
a { background-color: rgb(53,45,38); }
div.DivClassName
{
background-color: #352D26;
}
.BgClassName
{
background-color: #352D26;
}
</style>
border-color css
<style>
span { border-color: #352D26; }
span { border-color: rgb(53,45,38); }
td.TdClassName
{
border-color: #352D26;
}
.TagClassName
{
border-color: #352D26;
}
</style>