Shades of Coffee Bean #322C27
Tints of Coffee Bean #322C27
RGB
CMYK
RGB Variations
Color information
#322C27 (or 0x322C27) is known color: Coffee Bean. HEX triplet: 32, 2C and 27. RGB value is (50,44,39). Sum of RGB (Red+Green+Blue) = 50+44+39=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 44 (17.58% from 255 or 33.08% from 133); Blue value is 39 (15.62% from 255 or 29.32% from 133); Max value from RGB is 50 - color contains mainly: red. Hex color #322C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322C27 is #CDD3D8. Grayscale: #2D2D2D. Windows color (decimal): -13489113 or 2567218. OLE color: 2567218.
HSL color Cylindrical-coordinate representation of color #322C27: hue angle of 27.27º degrees, saturation: 0.12, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #322C27 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 44 | 39 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.80 |
| HSL | 27.27º | 0.12% | 0.17% | - |
| HSV(B) | 27.27º | 0.22% | 0.2% | - |
| XYZ | 2.58 | 2.63 | 2.29 | - |
| YUV | 45.22 | 124.49 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 39 | 0 | 0.12 | 0.22 | 0.80 | 27.27 | 0.12 | 0.17 |
| Hex | 32 | 2C | 27 | 0 | C | 16 | 50 | 1B | C | 11 |
| Octal | 62 | 54 | 47 | 0 | 14 | 26 | 120 | 33 | 14 | 21 |
| Binary | 110010 | 101100 | 100111 | 0 | 1100 | 10110 | 1010000 | 11011 | 1100 | 10001 |
Color Harmonies of #322C27
Complementary color
Monochromatic Colors of #322C27
Black with #322C27
Text Example
Text Example
White with #322C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322C27; }
p { color: rgb(50,44,39); }
H1.HeaderClassName
{
color: #322C27;
}
.AnyTagClassName
{
color: #322C27;
}
</style>
background-color css
<style>
a { background-color: #322C27; }
a { background-color: rgb(50,44,39); }
div.DivClassName
{
background-color: #322C27;
}
.BgClassName
{
background-color: #322C27;
}
</style>
border-color css
<style>
span { border-color: #322C27; }
span { border-color: rgb(50,44,39); }
td.TdClassName
{
border-color: #322C27;
}
.TagClassName
{
border-color: #322C27;
}
</style>