Shades of Coffee Bean #362C25
Tints of Coffee Bean #362C25
RGB
CMYK
RGB Variations
Color information
#362C25 (or 0x362C25) is known color: Coffee Bean. HEX triplet: 36, 2C and 25. RGB value is (54,44,37). Sum of RGB (Red+Green+Blue) = 54+44+37=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 44 (17.58% from 255 or 32.59% from 135); Blue value is 37 (14.84% from 255 or 27.41% from 135); Max value from RGB is 54 - color contains mainly: red. Hex color #362C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362C25 is #C9D3DA. Grayscale: #2E2E2E. Windows color (decimal): -13226971 or 2436150. OLE color: 2436150.
HSL color Cylindrical-coordinate representation of color #362C25: hue angle of 24.71º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #362C25 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 44 | 37 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.79 |
| HSL | 24.71º | 0.19% | 0.18% | - |
| HSV(B) | 24.71º | 0.31% | 0.21% | - |
| XYZ | 2.76 | 2.72 | 2.13 | - |
| YUV | 46.19 | 122.81 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 44 | 37 | 0 | 0.19 | 0.31 | 0.79 | 24.71 | 0.19 | 0.18 |
| Hex | 36 | 2C | 25 | 0 | 13 | 1F | 4F | 19 | 13 | 12 |
| Octal | 66 | 54 | 45 | 0 | 23 | 37 | 117 | 31 | 23 | 22 |
| Binary | 110110 | 101100 | 100101 | 0 | 10011 | 11111 | 1001111 | 11001 | 10011 | 10010 |
Color Harmonies of #362C25
Complementary color
Monochromatic Colors of #362C25
Black with #362C25
Text Example
Text Example
White with #362C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362C25; }
p { color: rgb(54,44,37); }
H1.HeaderClassName
{
color: #362C25;
}
.AnyTagClassName
{
color: #362C25;
}
</style>
background-color css
<style>
a { background-color: #362C25; }
a { background-color: rgb(54,44,37); }
div.DivClassName
{
background-color: #362C25;
}
.BgClassName
{
background-color: #362C25;
}
</style>
border-color css
<style>
span { border-color: #362C25; }
span { border-color: rgb(54,44,37); }
td.TdClassName
{
border-color: #362C25;
}
.TagClassName
{
border-color: #362C25;
}
</style>