Shades of Cocoa Brown #36281E
Tints of Cocoa Brown #36281E
RGB
CMYK
RGB Variations
Color information
#36281E (or 0x36281E) is known color: Cocoa Brown. HEX triplet: 36, 28 and 1E. RGB value is (54,40,30). Sum of RGB (Red+Green+Blue) = 54+40+30=124 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.55% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 54 - color contains mainly: red. Hex color #36281E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36281E is #C9D7E1. Grayscale: #2B2B2B. Windows color (decimal): -13228002 or 1976374. OLE color: 1976374.
HSL color Cylindrical-coordinate representation of color #36281E: hue angle of 25º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #36281E is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 40 | 30 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.79 |
| HSL | 25º | 0.29% | 0.16% | - |
| HSV(B) | 25º | 0.44% | 0.21% | - |
| XYZ | 2.51 | 2.4 | 1.56 | - |
| YUV | 43.05 | 120.64 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 40 | 30 | 0 | 0.26 | 0.44 | 0.79 | 25 | 0.29 | 0.16 |
| Hex | 36 | 28 | 1E | 0 | 1A | 2C | 4F | 19 | 1D | 10 |
| Octal | 66 | 50 | 36 | 0 | 32 | 54 | 117 | 31 | 35 | 20 |
| Binary | 110110 | 101000 | 11110 | 0 | 11010 | 101100 | 1001111 | 11001 | 11101 | 10000 |
Color Harmonies of #36281E
Complementary color
Monochromatic Colors of #36281E
Black with #36281E
Text Example
Text Example
White with #36281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36281E; }
p { color: rgb(54,40,30); }
H1.HeaderClassName
{
color: #36281E;
}
.AnyTagClassName
{
color: #36281E;
}
</style>
background-color css
<style>
a { background-color: #36281E; }
a { background-color: rgb(54,40,30); }
div.DivClassName
{
background-color: #36281E;
}
.BgClassName
{
background-color: #36281E;
}
</style>
border-color css
<style>
span { border-color: #36281E; }
span { border-color: rgb(54,40,30); }
td.TdClassName
{
border-color: #36281E;
}
.TagClassName
{
border-color: #36281E;
}
</style>