Shades of Coffee Bean #352A23
Tints of Coffee Bean #352A23
RGB
CMYK
RGB Variations
Color information
#352A23 (or 0x352A23) is known color: Coffee Bean. HEX triplet: 35, 2A and 23. RGB value is (53,42,35). Sum of RGB (Red+Green+Blue) = 53+42+35=130 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.77% from 130); Green value is 42 (16.80% from 255 or 32.31% from 130); Blue value is 35 (14.06% from 255 or 26.92% from 130); Max value from RGB is 53 - color contains mainly: red. Hex color #352A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352A23 is #CAD5DC. Grayscale: #2C2C2C. Windows color (decimal): -13293021 or 2304565. OLE color: 2304565.
HSL color Cylindrical-coordinate representation of color #352A23: hue angle of 23.33º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #352A23 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 42 | 35 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.79 |
| HSL | 23.33º | 0.2% | 0.17% | - |
| HSV(B) | 23.33º | 0.34% | 0.21% | - |
| XYZ | 2.6 | 2.53 | 1.94 | - |
| YUV | 44.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 42 | 35 | 0 | 0.21 | 0.34 | 0.79 | 23.33 | 0.2 | 0.17 |
| Hex | 35 | 2A | 23 | 0 | 15 | 22 | 4F | 17 | 14 | 11 |
| Octal | 65 | 52 | 43 | 0 | 25 | 42 | 117 | 27 | 24 | 21 |
| Binary | 110101 | 101010 | 100011 | 0 | 10101 | 100010 | 1001111 | 10111 | 10100 | 10001 |
Color Harmonies of #352A23
Complementary color
Monochromatic Colors of #352A23
Black with #352A23
Text Example
Text Example
White with #352A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352A23; }
p { color: rgb(53,42,35); }
H1.HeaderClassName
{
color: #352A23;
}
.AnyTagClassName
{
color: #352A23;
}
</style>
background-color css
<style>
a { background-color: #352A23; }
a { background-color: rgb(53,42,35); }
div.DivClassName
{
background-color: #352A23;
}
.BgClassName
{
background-color: #352A23;
}
</style>
border-color css
<style>
span { border-color: #352A23; }
span { border-color: rgb(53,42,35); }
td.TdClassName
{
border-color: #352A23;
}
.TagClassName
{
border-color: #352A23;
}
</style>