Shades of Cocoa Brown #362A1E
Tints of Cocoa Brown #362A1E
RGB
CMYK
RGB Variations
Color information
#362A1E (or 0x362A1E) is known color: Cocoa Brown. HEX triplet: 36, 2A and 1E. RGB value is (54,42,30). Sum of RGB (Red+Green+Blue) = 54+42+30=126 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.86% from 126); Green value is 42 (16.80% from 255 or 33.33% from 126); Blue value is 30 (12.11% from 255 or 23.81% from 126); Max value from RGB is 54 - color contains mainly: red. Hex color #362A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362A1E is #C9D5E1. Grayscale: #2C2C2C. Windows color (decimal): -13227490 or 1976886. OLE color: 1976886.
HSL color Cylindrical-coordinate representation of color #362A1E: hue angle of 30º 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 #362A1E is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 42 | 30 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.79 |
| HSL | 30º | 0.29% | 0.16% | - |
| HSV(B) | 30º | 0.44% | 0.21% | - |
| XYZ | 2.58 | 2.53 | 1.58 | - |
| YUV | 44.22 | 119.98 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 42 | 30 | 0 | 0.22 | 0.44 | 0.79 | 30 | 0.29 | 0.16 |
| Hex | 36 | 2A | 1E | 0 | 16 | 2C | 4F | 1E | 1D | 10 |
| Octal | 66 | 52 | 36 | 0 | 26 | 54 | 117 | 36 | 35 | 20 |
| Binary | 110110 | 101010 | 11110 | 0 | 10110 | 101100 | 1001111 | 11110 | 11101 | 10000 |
Color Harmonies of #362A1E
Complementary color
Monochromatic Colors of #362A1E
Black with #362A1E
Text Example
Text Example
White with #362A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362A1E; }
p { color: rgb(54,42,30); }
H1.HeaderClassName
{
color: #362A1E;
}
.AnyTagClassName
{
color: #362A1E;
}
</style>
background-color css
<style>
a { background-color: #362A1E; }
a { background-color: rgb(54,42,30); }
div.DivClassName
{
background-color: #362A1E;
}
.BgClassName
{
background-color: #362A1E;
}
</style>
border-color css
<style>
span { border-color: #362A1E; }
span { border-color: rgb(54,42,30); }
td.TdClassName
{
border-color: #362A1E;
}
.TagClassName
{
border-color: #362A1E;
}
</style>