Shades of Cocoa Brown #36271C
Tints of Cocoa Brown #36271C
RGB
CMYK
RGB Variations
Color information
#36271C (or 0x36271C) is known color: Cocoa Brown. HEX triplet: 36, 27 and 1C. RGB value is (54,39,28). Sum of RGB (Red+Green+Blue) = 54+39+28=121 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.63% from 121); Green value is 39 (15.62% from 255 or 32.23% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 54 - color contains mainly: red. Hex color #36271C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36271C is #C9D8E3. Grayscale: #2A2A2A. Windows color (decimal): -13228260 or 1845046. OLE color: 1845046.
HSL color Cylindrical-coordinate representation of color #36271C: hue angle of 25.38º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #36271C is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 39 | 28 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.79 |
| HSL | 25.38º | 0.32% | 0.16% | - |
| HSV(B) | 25.38º | 0.48% | 0.21% | - |
| XYZ | 2.46 | 2.32 | 1.42 | - |
| YUV | 42.23 | 119.97 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 39 | 28 | 0 | 0.28 | 0.48 | 0.79 | 25.38 | 0.32 | 0.16 |
| Hex | 36 | 27 | 1C | 0 | 1C | 30 | 4F | 19 | 20 | 10 |
| Octal | 66 | 47 | 34 | 0 | 34 | 60 | 117 | 31 | 40 | 20 |
| Binary | 110110 | 100111 | 11100 | 0 | 11100 | 110000 | 1001111 | 11001 | 100000 | 10000 |
Color Harmonies of #36271C
Complementary color
Monochromatic Colors of #36271C
Black with #36271C
Text Example
Text Example
White with #36271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36271C; }
p { color: rgb(54,39,28); }
H1.HeaderClassName
{
color: #36271C;
}
.AnyTagClassName
{
color: #36271C;
}
</style>
background-color css
<style>
a { background-color: #36271C; }
a { background-color: rgb(54,39,28); }
div.DivClassName
{
background-color: #36271C;
}
.BgClassName
{
background-color: #36271C;
}
</style>
border-color css
<style>
span { border-color: #36271C; }
span { border-color: rgb(54,39,28); }
td.TdClassName
{
border-color: #36271C;
}
.TagClassName
{
border-color: #36271C;
}
</style>