Shades of Cocoa Brown #361C00
Tints of Cocoa Brown #361C00
RGB
CMYK
RGB Variations
Color information
#361C00 (or 0x361C00) is known color: Cocoa Brown. HEX triplet: 36, 1C and 00. RGB value is (54,28,0). Sum of RGB (Red+Green+Blue) = 54+28+0=82 (10% of max value = 765). Red value is 54 (21.48% from 255 or 65.85% from 82); Green value is 28 (11.33% from 255 or 34.15% from 82); Blue value is 0 (0.39% from 255 or 0% from 82); Max value from RGB is 54 - color contains mainly: red. Hex color #361C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361C00 is #C9E3FF. Grayscale: #202020. Windows color (decimal): -13231104 or 7222. OLE color: 7222.
HSL color Cylindrical-coordinate representation of color #361C00: hue angle of 31.11º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #361C00 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 28 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.79 |
| HSL | 31.11º | 1% | 0.11% | - |
| HSV(B) | 31.11º | 1% | 0.21% | - |
| XYZ | 1.94 | 1.61 | 0.21 | - |
| YUV | 32.58 | 109.61 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 28 | 0 | 0 | 0.48 | 1 | 0.79 | 31.11 | 1 | 0.11 |
| Hex | 36 | 1C | 0 | 0 | 30 | 64 | 4F | 1F | 64 | B |
| Octal | 66 | 34 | 0 | 0 | 60 | 144 | 117 | 37 | 144 | 13 |
| Binary | 110110 | 11100 | 0 | 0 | 110000 | 1100100 | 1001111 | 11111 | 1100100 | 1011 |
Color Harmonies of #361C00
Complementary color
Monochromatic Colors of #361C00
Black with #361C00
Text Example
Text Example
White with #361C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361C00; }
p { color: rgb(54,28,0); }
H1.HeaderClassName
{
color: #361C00;
}
.AnyTagClassName
{
color: #361C00;
}
</style>
background-color css
<style>
a { background-color: #361C00; }
a { background-color: rgb(54,28,0); }
div.DivClassName
{
background-color: #361C00;
}
.BgClassName
{
background-color: #361C00;
}
</style>
border-color css
<style>
span { border-color: #361C00; }
span { border-color: rgb(54,28,0); }
td.TdClassName
{
border-color: #361C00;
}
.TagClassName
{
border-color: #361C00;
}
</style>