Shades of Coffee Bean #362C22
Tints of Coffee Bean #362C22
RGB
CMYK
RGB Variations
Color information
#362C22 (or 0x362C22) is known color: Coffee Bean. HEX triplet: 36, 2C and 22. RGB value is (54,44,34). Sum of RGB (Red+Green+Blue) = 54+44+34=132 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.91% from 132); Green value is 44 (17.58% from 255 or 33.33% from 132); Blue value is 34 (13.67% from 255 or 25.76% from 132); Max value from RGB is 54 - color contains mainly: red. Hex color #362C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362C22 is #C9D3DD. Grayscale: #2D2D2D. Windows color (decimal): -13226974 or 2239542. OLE color: 2239542.
HSL color Cylindrical-coordinate representation of color #362C22: hue angle of 30º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #362C22 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 44 | 34 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.79 |
| HSL | 30º | 0.23% | 0.17% | - |
| HSV(B) | 30º | 0.37% | 0.21% | - |
| XYZ | 2.71 | 2.7 | 1.89 | - |
| YUV | 45.85 | 121.31 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 44 | 34 | 0 | 0.19 | 0.37 | 0.79 | 30 | 0.23 | 0.17 |
| Hex | 36 | 2C | 22 | 0 | 13 | 25 | 4F | 1E | 17 | 11 |
| Octal | 66 | 54 | 42 | 0 | 23 | 45 | 117 | 36 | 27 | 21 |
| Binary | 110110 | 101100 | 100010 | 0 | 10011 | 100101 | 1001111 | 11110 | 10111 | 10001 |
Color Harmonies of #362C22
Complementary color
Monochromatic Colors of #362C22
Black with #362C22
Text Example
Text Example
White with #362C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362C22; }
p { color: rgb(54,44,34); }
H1.HeaderClassName
{
color: #362C22;
}
.AnyTagClassName
{
color: #362C22;
}
</style>
background-color css
<style>
a { background-color: #362C22; }
a { background-color: rgb(54,44,34); }
div.DivClassName
{
background-color: #362C22;
}
.BgClassName
{
background-color: #362C22;
}
</style>
border-color css
<style>
span { border-color: #362C22; }
span { border-color: rgb(54,44,34); }
td.TdClassName
{
border-color: #362C22;
}
.TagClassName
{
border-color: #362C22;
}
</style>