Shades of Coffee Bean #362B24
Tints of Coffee Bean #362B24
RGB
CMYK
RGB Variations
Color information
#362B24 (or 0x362B24) is known color: Coffee Bean. HEX triplet: 36, 2B and 24. RGB value is (54,43,36). Sum of RGB (Red+Green+Blue) = 54+43+36=133 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.60% from 133); Green value is 43 (17.19% from 255 or 32.33% from 133); Blue value is 36 (14.45% from 255 or 27.07% from 133); Max value from RGB is 54 - color contains mainly: red. Hex color #362B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362B24 is #C9D4DB. Grayscale: #2D2D2D. Windows color (decimal): -13227228 or 2370358. OLE color: 2370358.
HSL color Cylindrical-coordinate representation of color #362B24: hue angle of 23.33º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #362B24 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 43 | 36 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.79 |
| HSL | 23.33º | 0.2% | 0.18% | - |
| HSV(B) | 23.33º | 0.33% | 0.21% | - |
| XYZ | 2.7 | 2.64 | 2.04 | - |
| YUV | 45.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 43 | 36 | 0 | 0.20 | 0.33 | 0.79 | 23.33 | 0.2 | 0.18 |
| Hex | 36 | 2B | 24 | 0 | 14 | 21 | 4F | 17 | 14 | 12 |
| Octal | 66 | 53 | 44 | 0 | 24 | 41 | 117 | 27 | 24 | 22 |
| Binary | 110110 | 101011 | 100100 | 0 | 10100 | 100001 | 1001111 | 10111 | 10100 | 10010 |
Color Harmonies of #362B24
Complementary color
Monochromatic Colors of #362B24
Black with #362B24
Text Example
Text Example
White with #362B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362B24; }
p { color: rgb(54,43,36); }
H1.HeaderClassName
{
color: #362B24;
}
.AnyTagClassName
{
color: #362B24;
}
</style>
background-color css
<style>
a { background-color: #362B24; }
a { background-color: rgb(54,43,36); }
div.DivClassName
{
background-color: #362B24;
}
.BgClassName
{
background-color: #362B24;
}
</style>
border-color css
<style>
span { border-color: #362B24; }
span { border-color: rgb(54,43,36); }
td.TdClassName
{
border-color: #362B24;
}
.TagClassName
{
border-color: #362B24;
}
</style>