Shades of Coffee Bean #362E28
Tints of Coffee Bean #362E28
RGB
CMYK
RGB Variations
Color information
#362E28 (or 0x362E28) is known color: Coffee Bean. HEX triplet: 36, 2E and 28. RGB value is (54,46,40). Sum of RGB (Red+Green+Blue) = 54+46+40=140 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.57% from 140); Green value is 46 (18.36% from 255 or 32.86% from 140); Blue value is 40 (16.02% from 255 or 28.57% from 140); Max value from RGB is 54 - color contains mainly: red. Hex color #362E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362E28 is #C9D1D7. Grayscale: #2F2F2F. Windows color (decimal): -13226456 or 2633270. OLE color: 2633270.
HSL color Cylindrical-coordinate representation of color #362E28: hue angle of 25.71º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #362E28 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 46 | 40 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.79 |
| HSL | 25.71º | 0.15% | 0.18% | - |
| HSV(B) | 25.71º | 0.26% | 0.21% | - |
| XYZ | 2.88 | 2.89 | 2.41 | - |
| YUV | 47.71 | 123.65 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 46 | 40 | 0 | 0.15 | 0.26 | 0.79 | 25.71 | 0.15 | 0.18 |
| Hex | 36 | 2E | 28 | 0 | F | 1A | 4F | 1A | F | 12 |
| Octal | 66 | 56 | 50 | 0 | 17 | 32 | 117 | 32 | 17 | 22 |
| Binary | 110110 | 101110 | 101000 | 0 | 1111 | 11010 | 1001111 | 11010 | 1111 | 10010 |
Color Harmonies of #362E28
Complementary color
Monochromatic Colors of #362E28
Black with #362E28
Text Example
Text Example
White with #362E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362E28; }
p { color: rgb(54,46,40); }
H1.HeaderClassName
{
color: #362E28;
}
.AnyTagClassName
{
color: #362E28;
}
</style>
background-color css
<style>
a { background-color: #362E28; }
a { background-color: rgb(54,46,40); }
div.DivClassName
{
background-color: #362E28;
}
.BgClassName
{
background-color: #362E28;
}
</style>
border-color css
<style>
span { border-color: #362E28; }
span { border-color: rgb(54,46,40); }
td.TdClassName
{
border-color: #362E28;
}
.TagClassName
{
border-color: #362E28;
}
</style>