Shades of Cocoa Brown #362314
Tints of Cocoa Brown #362314
RGB
CMYK
RGB Variations
Color information
#362314 (or 0x362314) is known color: Cocoa Brown. HEX triplet: 36, 23 and 14. RGB value is (54,35,20). Sum of RGB (Red+Green+Blue) = 54+35+20=109 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.54% from 109); Green value is 35 (14.06% from 255 or 32.11% from 109); Blue value is 20 (8.20% from 255 or 18.35% from 109); Max value from RGB is 54 - color contains mainly: red. Hex color #362314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362314 is #C9DCEB. Grayscale: #272727. Windows color (decimal): -13229292 or 1319734. OLE color: 1319734.
HSL color Cylindrical-coordinate representation of color #362314: hue angle of 26.47º 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 #362314 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 35 | 20 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.79 |
| HSL | 26.47º | 0.46% | 0.15% | - |
| HSV(B) | 26.47º | 0.63% | 0.21% | - |
| XYZ | 2.25 | 2.04 | 0.94 | - |
| YUV | 38.97 | 117.29 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 35 | 20 | 0 | 0.35 | 0.63 | 0.79 | 26.47 | 0.46 | 0.15 |
| Hex | 36 | 23 | 14 | 0 | 23 | 3F | 4F | 1A | 2E | F |
| Octal | 66 | 43 | 24 | 0 | 43 | 77 | 117 | 32 | 56 | 17 |
| Binary | 110110 | 100011 | 10100 | 0 | 100011 | 111111 | 1001111 | 11010 | 101110 | 1111 |
Color Harmonies of #362314
Complementary color
Monochromatic Colors of #362314
Black with #362314
Text Example
Text Example
White with #362314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362314; }
p { color: rgb(54,35,20); }
H1.HeaderClassName
{
color: #362314;
}
.AnyTagClassName
{
color: #362314;
}
</style>
background-color css
<style>
a { background-color: #362314; }
a { background-color: rgb(54,35,20); }
div.DivClassName
{
background-color: #362314;
}
.BgClassName
{
background-color: #362314;
}
</style>
border-color css
<style>
span { border-color: #362314; }
span { border-color: rgb(54,35,20); }
td.TdClassName
{
border-color: #362314;
}
.TagClassName
{
border-color: #362314;
}
</style>