Shades of Cocoa Brown #361E0A
Tints of Cocoa Brown #361E0A
RGB
CMYK
RGB Variations
Color information
#361E0A (or 0x361E0A) is known color: Cocoa Brown. HEX triplet: 36, 1E and 0A. RGB value is (54,30,10). Sum of RGB (Red+Green+Blue) = 54+30+10=94 (12% of max value = 765). Red value is 54 (21.48% from 255 or 57.45% from 94); Green value is 30 (12.11% from 255 or 31.91% from 94); Blue value is 10 (4.30% from 255 or 10.64% from 94); Max value from RGB is 54 - color contains mainly: red. Hex color #361E0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361E0A is #C9E1F5. Grayscale: #232323. Windows color (decimal): -13230582 or 663094. OLE color: 663094.
HSL color Cylindrical-coordinate representation of color #361E0A: hue angle of 27.27º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #361E0A is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 30 | 10 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.79 |
| HSL | 27.27º | 0.69% | 0.13% | - |
| HSV(B) | 27.27º | 0.81% | 0.21% | - |
| XYZ | 2.04 | 1.73 | 0.51 | - |
| YUV | 34.9 | 113.95 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 30 | 10 | 0 | 0.44 | 0.81 | 0.79 | 27.27 | 0.69 | 0.13 |
| Hex | 36 | 1E | A | 0 | 2C | 51 | 4F | 1B | 45 | D |
| Octal | 66 | 36 | 12 | 0 | 54 | 121 | 117 | 33 | 105 | 15 |
| Binary | 110110 | 11110 | 1010 | 0 | 101100 | 1010001 | 1001111 | 11011 | 1000101 | 1101 |
Color Harmonies of #361E0A
Complementary color
Monochromatic Colors of #361E0A
Black with #361E0A
Text Example
Text Example
White with #361E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361E0A; }
p { color: rgb(54,30,10); }
H1.HeaderClassName
{
color: #361E0A;
}
.AnyTagClassName
{
color: #361E0A;
}
</style>
background-color css
<style>
a { background-color: #361E0A; }
a { background-color: rgb(54,30,10); }
div.DivClassName
{
background-color: #361E0A;
}
.BgClassName
{
background-color: #361E0A;
}
</style>
border-color css
<style>
span { border-color: #361E0A; }
span { border-color: rgb(54,30,10); }
td.TdClassName
{
border-color: #361E0A;
}
.TagClassName
{
border-color: #361E0A;
}
</style>