Shades of Cocoa Brown #361C05
Tints of Cocoa Brown #361C05
RGB
CMYK
RGB Variations
Color information
#361C05 (or 0x361C05) is known color: Cocoa Brown. HEX triplet: 36, 1C and 05. RGB value is (54,28,5). Sum of RGB (Red+Green+Blue) = 54+28+5=87 (11% of max value = 765). Red value is 54 (21.48% from 255 or 62.07% from 87); Green value is 28 (11.33% from 255 or 32.18% from 87); Blue value is 5 (2.34% from 255 or 5.75% from 87); Max value from RGB is 54 - color contains mainly: red. Hex color #361C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361C05 is #C9E3FA. Grayscale: #212121. Windows color (decimal): -13231099 or 334902. OLE color: 334902.
HSL color Cylindrical-coordinate representation of color #361C05: hue angle of 28.16º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #361C05 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 28 | 5 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.79 |
| HSL | 28.16º | 0.83% | 0.12% | - |
| HSV(B) | 28.16º | 0.91% | 0.21% | - |
| XYZ | 1.96 | 1.63 | 0.35 | - |
| YUV | 33.15 | 112.11 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 28 | 5 | 0 | 0.48 | 0.91 | 0.79 | 28.16 | 0.83 | 0.12 |
| Hex | 36 | 1C | 5 | 0 | 30 | 5B | 4F | 1C | 53 | C |
| Octal | 66 | 34 | 5 | 0 | 60 | 133 | 117 | 34 | 123 | 14 |
| Binary | 110110 | 11100 | 101 | 0 | 110000 | 1011011 | 1001111 | 11100 | 1010011 | 1100 |
Color Harmonies of #361C05
Complementary color
Monochromatic Colors of #361C05
Black with #361C05
Text Example
Text Example
White with #361C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361C05; }
p { color: rgb(54,28,5); }
H1.HeaderClassName
{
color: #361C05;
}
.AnyTagClassName
{
color: #361C05;
}
</style>
background-color css
<style>
a { background-color: #361C05; }
a { background-color: rgb(54,28,5); }
div.DivClassName
{
background-color: #361C05;
}
.BgClassName
{
background-color: #361C05;
}
</style>
border-color css
<style>
span { border-color: #361C05; }
span { border-color: rgb(54,28,5); }
td.TdClassName
{
border-color: #361C05;
}
.TagClassName
{
border-color: #361C05;
}
</style>