Shades of Cocoa Brown #362511
Tints of Cocoa Brown #362511
RGB
CMYK
RGB Variations
Color information
#362511 (or 0x362511) is known color: Cocoa Brown. HEX triplet: 36, 25 and 11. RGB value is (54,37,17). Sum of RGB (Red+Green+Blue) = 54+37+17=108 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50% from 108); Green value is 37 (14.84% from 255 or 34.26% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 54 - color contains mainly: red. Hex color #362511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362511 is #C9DAEE. Grayscale: #272727. Windows color (decimal): -13228783 or 1123638. OLE color: 1123638.
HSL color Cylindrical-coordinate representation of color #362511: hue angle of 32.43º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #362511 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 37 | 17 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.79 |
| HSL | 32.43º | 0.52% | 0.14% | - |
| HSV(B) | 32.43º | 0.69% | 0.21% | - |
| XYZ | 2.28 | 2.15 | 0.82 | - |
| YUV | 39.8 | 115.13 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 37 | 17 | 0 | 0.31 | 0.69 | 0.79 | 32.43 | 0.52 | 0.14 |
| Hex | 36 | 25 | 11 | 0 | 1F | 45 | 4F | 20 | 34 | E |
| Octal | 66 | 45 | 21 | 0 | 37 | 105 | 117 | 40 | 64 | 16 |
| Binary | 110110 | 100101 | 10001 | 0 | 11111 | 1000101 | 1001111 | 100000 | 110100 | 1110 |
Color Harmonies of #362511
Complementary color
Monochromatic Colors of #362511
Black with #362511
Text Example
Text Example
White with #362511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362511; }
p { color: rgb(54,37,17); }
H1.HeaderClassName
{
color: #362511;
}
.AnyTagClassName
{
color: #362511;
}
</style>
background-color css
<style>
a { background-color: #362511; }
a { background-color: rgb(54,37,17); }
div.DivClassName
{
background-color: #362511;
}
.BgClassName
{
background-color: #362511;
}
</style>
border-color css
<style>
span { border-color: #362511; }
span { border-color: rgb(54,37,17); }
td.TdClassName
{
border-color: #362511;
}
.TagClassName
{
border-color: #362511;
}
</style>