Shades of Cocoa Brown #362514
Tints of Cocoa Brown #362514
RGB
CMYK
RGB Variations
Color information
#362514 (or 0x362514) is known color: Cocoa Brown. HEX triplet: 36, 25 and 14. RGB value is (54,37,20). Sum of RGB (Red+Green+Blue) = 54+37+20=111 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.65% from 111); Green value is 37 (14.84% from 255 or 33.33% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 54 - color contains mainly: red. Hex color #362514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362514 is #C9DAEB. Grayscale: #282828. Windows color (decimal): -13228780 or 1320246. OLE color: 1320246.
HSL color Cylindrical-coordinate representation of color #362514: hue angle of 30º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #362514 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 37 | 20 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.79 |
| HSL | 30º | 0.46% | 0.15% | - |
| HSV(B) | 30º | 0.63% | 0.21% | - |
| XYZ | 2.31 | 2.16 | 0.96 | - |
| YUV | 40.15 | 116.63 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 37 | 20 | 0 | 0.31 | 0.63 | 0.79 | 30 | 0.46 | 0.15 |
| Hex | 36 | 25 | 14 | 0 | 1F | 3F | 4F | 1E | 2E | F |
| Octal | 66 | 45 | 24 | 0 | 37 | 77 | 117 | 36 | 56 | 17 |
| Binary | 110110 | 100101 | 10100 | 0 | 11111 | 111111 | 1001111 | 11110 | 101110 | 1111 |
Color Harmonies of #362514
Complementary color
Monochromatic Colors of #362514
Black with #362514
Text Example
Text Example
White with #362514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362514; }
p { color: rgb(54,37,20); }
H1.HeaderClassName
{
color: #362514;
}
.AnyTagClassName
{
color: #362514;
}
</style>
background-color css
<style>
a { background-color: #362514; }
a { background-color: rgb(54,37,20); }
div.DivClassName
{
background-color: #362514;
}
.BgClassName
{
background-color: #362514;
}
</style>
border-color css
<style>
span { border-color: #362514; }
span { border-color: rgb(54,37,20); }
td.TdClassName
{
border-color: #362514;
}
.TagClassName
{
border-color: #362514;
}
</style>