Shades of Coffee Bean #322A25
Tints of Coffee Bean #322A25
RGB
CMYK
RGB Variations
Color information
#322A25 (or 0x322A25) is known color: Coffee Bean. HEX triplet: 32, 2A and 25. RGB value is (50,42,37). Sum of RGB (Red+Green+Blue) = 50+42+37=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 42 (16.80% from 255 or 32.56% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 50 - color contains mainly: red. Hex color #322A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322A25 is #CDD5DA. Grayscale: #2B2B2B. Windows color (decimal): -13489627 or 2435634. OLE color: 2435634.
HSL color Cylindrical-coordinate representation of color #322A25: hue angle of 23.08º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #322A25 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 42 | 37 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.80 |
| HSL | 23.08º | 0.15% | 0.17% | - |
| HSV(B) | 23.08º | 0.26% | 0.2% | - |
| XYZ | 2.48 | 2.47 | 2.1 | - |
| YUV | 43.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 37 | 0 | 0.16 | 0.26 | 0.80 | 23.08 | 0.15 | 0.17 |
| Hex | 32 | 2A | 25 | 0 | 10 | 1A | 50 | 17 | F | 11 |
| Octal | 62 | 52 | 45 | 0 | 20 | 32 | 120 | 27 | 17 | 21 |
| Binary | 110010 | 101010 | 100101 | 0 | 10000 | 11010 | 1010000 | 10111 | 1111 | 10001 |
Color Harmonies of #322A25
Complementary color
Monochromatic Colors of #322A25
Black with #322A25
Text Example
Text Example
White with #322A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322A25; }
p { color: rgb(50,42,37); }
H1.HeaderClassName
{
color: #322A25;
}
.AnyTagClassName
{
color: #322A25;
}
</style>
background-color css
<style>
a { background-color: #322A25; }
a { background-color: rgb(50,42,37); }
div.DivClassName
{
background-color: #322A25;
}
.BgClassName
{
background-color: #322A25;
}
</style>
border-color css
<style>
span { border-color: #322A25; }
span { border-color: rgb(50,42,37); }
td.TdClassName
{
border-color: #322A25;
}
.TagClassName
{
border-color: #322A25;
}
</style>