Shades of Cocoa Brown #36291D
Tints of Cocoa Brown #36291D
RGB
CMYK
RGB Variations
Color information
#36291D (or 0x36291D) is known color: Cocoa Brown. HEX triplet: 36, 29 and 1D. RGB value is (54,41,29). Sum of RGB (Red+Green+Blue) = 54+41+29=124 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.55% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 54 - color contains mainly: red. Hex color #36291D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36291D is #C9D6E2. Grayscale: #2B2B2B. Windows color (decimal): -13227747 or 1911094. OLE color: 1911094.
HSL color Cylindrical-coordinate representation of color #36291D: hue angle of 28.8º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #36291D is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 41 | 29 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.79 |
| HSL | 28.8º | 0.3% | 0.16% | - |
| HSV(B) | 28.8º | 0.46% | 0.21% | - |
| XYZ | 2.54 | 2.46 | 1.5 | - |
| YUV | 43.52 | 119.81 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 41 | 29 | 0 | 0.24 | 0.46 | 0.79 | 28.8 | 0.3 | 0.16 |
| Hex | 36 | 29 | 1D | 0 | 18 | 2E | 4F | 1D | 1E | 10 |
| Octal | 66 | 51 | 35 | 0 | 30 | 56 | 117 | 35 | 36 | 20 |
| Binary | 110110 | 101001 | 11101 | 0 | 11000 | 101110 | 1001111 | 11101 | 11110 | 10000 |
Color Harmonies of #36291D
Complementary color
Monochromatic Colors of #36291D
Black with #36291D
Text Example
Text Example
White with #36291D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36291D; }
p { color: rgb(54,41,29); }
H1.HeaderClassName
{
color: #36291D;
}
.AnyTagClassName
{
color: #36291D;
}
</style>
background-color css
<style>
a { background-color: #36291D; }
a { background-color: rgb(54,41,29); }
div.DivClassName
{
background-color: #36291D;
}
.BgClassName
{
background-color: #36291D;
}
</style>
border-color css
<style>
span { border-color: #36291D; }
span { border-color: rgb(54,41,29); }
td.TdClassName
{
border-color: #36291D;
}
.TagClassName
{
border-color: #36291D;
}
</style>