Shades of Coffee Bean #362D27
Tints of Coffee Bean #362D27
RGB
CMYK
RGB Variations
Color information
#362D27 (or 0x362D27) is known color: Coffee Bean. HEX triplet: 36, 2D and 27. RGB value is (54,45,39). Sum of RGB (Red+Green+Blue) = 54+45+39=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 45 (17.97% from 255 or 32.61% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 54 - color contains mainly: red. Hex color #362D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362D27 is #C9D2D8. Grayscale: #2F2F2F. Windows color (decimal): -13226713 or 2567478. OLE color: 2567478.
HSL color Cylindrical-coordinate representation of color #362D27: hue angle of 24º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #362D27 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 45 | 39 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.79 |
| HSL | 24º | 0.16% | 0.18% | - |
| HSV(B) | 24º | 0.28% | 0.21% | - |
| XYZ | 2.83 | 2.81 | 2.31 | - |
| YUV | 47.01 | 123.48 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 45 | 39 | 0 | 0.17 | 0.28 | 0.79 | 24 | 0.16 | 0.18 |
| Hex | 36 | 2D | 27 | 0 | 11 | 1C | 4F | 18 | 10 | 12 |
| Octal | 66 | 55 | 47 | 0 | 21 | 34 | 117 | 30 | 20 | 22 |
| Binary | 110110 | 101101 | 100111 | 0 | 10001 | 11100 | 1001111 | 11000 | 10000 | 10010 |
Color Harmonies of #362D27
Complementary color
Monochromatic Colors of #362D27
Black with #362D27
Text Example
Text Example
White with #362D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362D27; }
p { color: rgb(54,45,39); }
H1.HeaderClassName
{
color: #362D27;
}
.AnyTagClassName
{
color: #362D27;
}
</style>
background-color css
<style>
a { background-color: #362D27; }
a { background-color: rgb(54,45,39); }
div.DivClassName
{
background-color: #362D27;
}
.BgClassName
{
background-color: #362D27;
}
</style>
border-color css
<style>
span { border-color: #362D27; }
span { border-color: rgb(54,45,39); }
td.TdClassName
{
border-color: #362D27;
}
.TagClassName
{
border-color: #362D27;
}
</style>