Shades of Cocoa Brown #36291B
Tints of Cocoa Brown #36291B
RGB
CMYK
RGB Variations
Color information
#36291B (or 0x36291B) is known color: Cocoa Brown. HEX triplet: 36, 29 and 1B. RGB value is (54,41,27). Sum of RGB (Red+Green+Blue) = 54+41+27=122 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.26% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 54 - color contains mainly: red. Hex color #36291B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36291B is #C9D6E4. Grayscale: #2B2B2B. Windows color (decimal): -13227749 or 1780022. OLE color: 1780022.
HSL color Cylindrical-coordinate representation of color #36291B: hue angle of 31.11º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #36291B is Cyan = 0, Magento = 0.24, Yellow = 0.5 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 41 | 27 | - |
| CMYK | 0 | 0.24 | 0.5 | 0.79 |
| HSL | 31.11º | 0.33% | 0.16% | - |
| HSV(B) | 31.11º | 0.5% | 0.21% | - |
| XYZ | 2.51 | 2.45 | 1.38 | - |
| YUV | 43.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 41 | 27 | 0 | 0.24 | 0.5 | 0.79 | 31.11 | 0.33 | 0.16 |
| Hex | 36 | 29 | 1B | 0 | 18 | 32 | 4F | 1F | 21 | 10 |
| Octal | 66 | 51 | 33 | 0 | 30 | 62 | 117 | 37 | 41 | 20 |
| Binary | 110110 | 101001 | 11011 | 0 | 11000 | 110010 | 1001111 | 11111 | 100001 | 10000 |
Color Harmonies of #36291B
Complementary color
Monochromatic Colors of #36291B
Black with #36291B
Text Example
Text Example
White with #36291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36291B; }
p { color: rgb(54,41,27); }
H1.HeaderClassName
{
color: #36291B;
}
.AnyTagClassName
{
color: #36291B;
}
</style>
background-color css
<style>
a { background-color: #36291B; }
a { background-color: rgb(54,41,27); }
div.DivClassName
{
background-color: #36291B;
}
.BgClassName
{
background-color: #36291B;
}
</style>
border-color css
<style>
span { border-color: #36291B; }
span { border-color: rgb(54,41,27); }
td.TdClassName
{
border-color: #36291B;
}
.TagClassName
{
border-color: #36291B;
}
</style>