Shades of Coffee Bean #322E2C
Tints of Coffee Bean #322E2C
RGB
CMYK
RGB Variations
Color information
#322E2C (or 0x322E2C) is known color: Coffee Bean. HEX triplet: 32, 2E and 2C. RGB value is (50,46,44). Sum of RGB (Red+Green+Blue) = 50+46+44=140 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.71% from 140); Green value is 46 (18.36% from 255 or 32.86% from 140); Blue value is 44 (17.58% from 255 or 31.43% from 140); Max value from RGB is 50 - color contains mainly: red. Hex color #322E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322E2C is #CDD1D3. Grayscale: #2E2E2E. Windows color (decimal): -13488596 or 2895410. OLE color: 2895410.
HSL color Cylindrical-coordinate representation of color #322E2C: hue angle of 20º degrees, saturation: 0.06, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #322E2C is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 46 | 44 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.80 |
| HSL | 20º | 0.06% | 0.18% | - |
| HSV(B) | 20º | 0.12% | 0.2% | - |
| XYZ | 2.75 | 2.81 | 2.78 | - |
| YUV | 46.97 | 126.33 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 46 | 44 | 0 | 0.08 | 0.12 | 0.80 | 20 | 0.06 | 0.18 |
| Hex | 32 | 2E | 2C | 0 | 8 | C | 50 | 14 | 6 | 12 |
| Octal | 62 | 56 | 54 | 0 | 10 | 14 | 120 | 24 | 6 | 22 |
| Binary | 110010 | 101110 | 101100 | 0 | 1000 | 1100 | 1010000 | 10100 | 110 | 10010 |
Color Harmonies of #322E2C
Complementary color
Monochromatic Colors of #322E2C
Black with #322E2C
Text Example
Text Example
White with #322E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322E2C; }
p { color: rgb(50,46,44); }
H1.HeaderClassName
{
color: #322E2C;
}
.AnyTagClassName
{
color: #322E2C;
}
</style>
background-color css
<style>
a { background-color: #322E2C; }
a { background-color: rgb(50,46,44); }
div.DivClassName
{
background-color: #322E2C;
}
.BgClassName
{
background-color: #322E2C;
}
</style>
border-color css
<style>
span { border-color: #322E2C; }
span { border-color: rgb(50,46,44); }
td.TdClassName
{
border-color: #322E2C;
}
.TagClassName
{
border-color: #322E2C;
}
</style>