Shades of Cocoa Brown #321C04
Tints of Cocoa Brown #321C04
RGB
CMYK
RGB Variations
Color information
#321C04 (or 0x321C04) is known color: Cocoa Brown. HEX triplet: 32, 1C and 04. RGB value is (50,28,4). Sum of RGB (Red+Green+Blue) = 50+28+4=82 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.98% from 82); Green value is 28 (11.33% from 255 or 34.15% from 82); Blue value is 4 (1.95% from 255 or 4.88% from 82); Max value from RGB is 50 - color contains mainly: red. Hex color #321C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321C04 is #CDE3FB. Grayscale: #1F1F1F. Windows color (decimal): -13493244 or 269362. OLE color: 269362.
HSL color Cylindrical-coordinate representation of color #321C04: hue angle of 31.3º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #321C04 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 28 | 4 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.80 |
| HSL | 31.3º | 0.85% | 0.11% | - |
| HSV(B) | 31.3º | 0.92% | 0.2% | - |
| XYZ | 1.75 | 1.52 | 0.32 | - |
| YUV | 31.84 | 112.29 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 28 | 4 | 0 | 0.44 | 0.92 | 0.80 | 31.3 | 0.85 | 0.11 |
| Hex | 32 | 1C | 4 | 0 | 2C | 5C | 50 | 1F | 55 | B |
| Octal | 62 | 34 | 4 | 0 | 54 | 134 | 120 | 37 | 125 | 13 |
| Binary | 110010 | 11100 | 100 | 0 | 101100 | 1011100 | 1010000 | 11111 | 1010101 | 1011 |
Color Harmonies of #321C04
Complementary color
Monochromatic Colors of #321C04
Black with #321C04
Text Example
Text Example
White with #321C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321C04; }
p { color: rgb(50,28,4); }
H1.HeaderClassName
{
color: #321C04;
}
.AnyTagClassName
{
color: #321C04;
}
</style>
background-color css
<style>
a { background-color: #321C04; }
a { background-color: rgb(50,28,4); }
div.DivClassName
{
background-color: #321C04;
}
.BgClassName
{
background-color: #321C04;
}
</style>
border-color css
<style>
span { border-color: #321C04; }
span { border-color: rgb(50,28,4); }
td.TdClassName
{
border-color: #321C04;
}
.TagClassName
{
border-color: #321C04;
}
</style>