Shades of Cocoa Brown #36271D
Tints of Cocoa Brown #36271D
RGB
CMYK
RGB Variations
Color information
#36271D (or 0x36271D) is known color: Cocoa Brown. HEX triplet: 36, 27 and 1D. RGB value is (54,39,29). Sum of RGB (Red+Green+Blue) = 54+39+29=122 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.26% from 122); Green value is 39 (15.62% from 255 or 31.97% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 54 - color contains mainly: red. Hex color #36271D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36271D is #C9D8E2. Grayscale: #2A2A2A. Windows color (decimal): -13228259 or 1910582. OLE color: 1910582.
HSL color Cylindrical-coordinate representation of color #36271D: hue angle of 24º 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 #36271D is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 39 | 29 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.79 |
| HSL | 24º | 0.3% | 0.16% | - |
| HSV(B) | 24º | 0.46% | 0.21% | - |
| XYZ | 2.47 | 2.32 | 1.48 | - |
| YUV | 42.35 | 120.47 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 39 | 29 | 0 | 0.28 | 0.46 | 0.79 | 24 | 0.3 | 0.16 |
| Hex | 36 | 27 | 1D | 0 | 1C | 2E | 4F | 18 | 1E | 10 |
| Octal | 66 | 47 | 35 | 0 | 34 | 56 | 117 | 30 | 36 | 20 |
| Binary | 110110 | 100111 | 11101 | 0 | 11100 | 101110 | 1001111 | 11000 | 11110 | 10000 |
Color Harmonies of #36271D
Complementary color
Monochromatic Colors of #36271D
Black with #36271D
Text Example
Text Example
White with #36271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36271D; }
p { color: rgb(54,39,29); }
H1.HeaderClassName
{
color: #36271D;
}
.AnyTagClassName
{
color: #36271D;
}
</style>
background-color css
<style>
a { background-color: #36271D; }
a { background-color: rgb(54,39,29); }
div.DivClassName
{
background-color: #36271D;
}
.BgClassName
{
background-color: #36271D;
}
</style>
border-color css
<style>
span { border-color: #36271D; }
span { border-color: rgb(54,39,29); }
td.TdClassName
{
border-color: #36271D;
}
.TagClassName
{
border-color: #36271D;
}
</style>