Shades of Coffee Bean #362B25
Tints of Coffee Bean #362B25
RGB
CMYK
RGB Variations
Color information
#362B25 (or 0x362B25) is known color: Coffee Bean. HEX triplet: 36, 2B and 25. RGB value is (54,43,37). Sum of RGB (Red+Green+Blue) = 54+43+37=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 43 (17.19% from 255 or 32.09% from 134); Blue value is 37 (14.84% from 255 or 27.61% from 134); Max value from RGB is 54 - color contains mainly: red. Hex color #362B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362B25 is #C9D4DA. Grayscale: #2D2D2D. Windows color (decimal): -13227227 or 2435894. OLE color: 2435894.
HSL color Cylindrical-coordinate representation of color #362B25: hue angle of 21.18º 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 #362B25 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 43 | 37 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.79 |
| HSL | 21.18º | 0.19% | 0.18% | - |
| HSV(B) | 21.18º | 0.31% | 0.21% | - |
| XYZ | 2.72 | 2.65 | 2.12 | - |
| YUV | 45.61 | 123.14 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 43 | 37 | 0 | 0.20 | 0.31 | 0.79 | 21.18 | 0.19 | 0.18 |
| Hex | 36 | 2B | 25 | 0 | 14 | 1F | 4F | 15 | 13 | 12 |
| Octal | 66 | 53 | 45 | 0 | 24 | 37 | 117 | 25 | 23 | 22 |
| Binary | 110110 | 101011 | 100101 | 0 | 10100 | 11111 | 1001111 | 10101 | 10011 | 10010 |
Color Harmonies of #362B25
Complementary color
Monochromatic Colors of #362B25
Black with #362B25
Text Example
Text Example
White with #362B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362B25; }
p { color: rgb(54,43,37); }
H1.HeaderClassName
{
color: #362B25;
}
.AnyTagClassName
{
color: #362B25;
}
</style>
background-color css
<style>
a { background-color: #362B25; }
a { background-color: rgb(54,43,37); }
div.DivClassName
{
background-color: #362B25;
}
.BgClassName
{
background-color: #362B25;
}
</style>
border-color css
<style>
span { border-color: #362B25; }
span { border-color: rgb(54,43,37); }
td.TdClassName
{
border-color: #362B25;
}
.TagClassName
{
border-color: #362B25;
}
</style>