Shades of Cocoa Brown #361B04
Tints of Cocoa Brown #361B04
RGB
CMYK
RGB Variations
Color information
#361B04 (or 0x361B04) is known color: Cocoa Brown. HEX triplet: 36, 1B and 04. RGB value is (54,27,4). Sum of RGB (Red+Green+Blue) = 54+27+4=85 (11% of max value = 765). Red value is 54 (21.48% from 255 or 63.53% from 85); Green value is 27 (10.94% from 255 or 31.76% from 85); Blue value is 4 (1.95% from 255 or 4.71% from 85); Max value from RGB is 54 - color contains mainly: red. Hex color #361B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361B04 is #C9E4FB. Grayscale: #202020. Windows color (decimal): -13231356 or 269110. OLE color: 269110.
HSL color Cylindrical-coordinate representation of color #361B04: hue angle of 27.6º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #361B04 is Cyan = 0, Magento = 0.5, Yellow = 0.93 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 27 | 4 | - |
| CMYK | 0 | 0.5 | 0.93 | 0.79 |
| HSL | 27.6º | 0.86% | 0.11% | - |
| HSV(B) | 27.6º | 0.93% | 0.21% | - |
| XYZ | 1.94 | 1.58 | 0.32 | - |
| YUV | 32.45 | 111.95 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 27 | 4 | 0 | 0.5 | 0.93 | 0.79 | 27.6 | 0.86 | 0.11 |
| Hex | 36 | 1B | 4 | 0 | 32 | 5D | 4F | 1C | 56 | B |
| Octal | 66 | 33 | 4 | 0 | 62 | 135 | 117 | 34 | 126 | 13 |
| Binary | 110110 | 11011 | 100 | 0 | 110010 | 1011101 | 1001111 | 11100 | 1010110 | 1011 |
Color Harmonies of #361B04
Complementary color
Monochromatic Colors of #361B04
Black with #361B04
Text Example
Text Example
White with #361B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361B04; }
p { color: rgb(54,27,4); }
H1.HeaderClassName
{
color: #361B04;
}
.AnyTagClassName
{
color: #361B04;
}
</style>
background-color css
<style>
a { background-color: #361B04; }
a { background-color: rgb(54,27,4); }
div.DivClassName
{
background-color: #361B04;
}
.BgClassName
{
background-color: #361B04;
}
</style>
border-color css
<style>
span { border-color: #361B04; }
span { border-color: rgb(54,27,4); }
td.TdClassName
{
border-color: #361B04;
}
.TagClassName
{
border-color: #361B04;
}
</style>