Shades of Cocoa Brown #321C0C
Tints of Cocoa Brown #321C0C
RGB
CMYK
RGB Variations
Color information
#321C0C (or 0x321C0C) is known color: Cocoa Brown. HEX triplet: 32, 1C and 0C. RGB value is (50,28,12). Sum of RGB (Red+Green+Blue) = 50+28+12=90 (11% of max value = 765). Red value is 50 (19.92% from 255 or 55.56% from 90); Green value is 28 (11.33% from 255 or 31.11% from 90); Blue value is 12 (5.08% from 255 or 13.33% from 90); Max value from RGB is 50 - color contains mainly: red. Hex color #321C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321C0C is #CDE3F3. Grayscale: #202020. Windows color (decimal): -13493236 or 793650. OLE color: 793650.
HSL color Cylindrical-coordinate representation of color #321C0C: hue angle of 25.26º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #321C0C is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 28 | 12 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.80 |
| HSL | 25.26º | 0.61% | 0.12% | - |
| HSV(B) | 25.26º | 0.76% | 0.2% | - |
| XYZ | 1.8 | 1.54 | 0.55 | - |
| YUV | 32.75 | 116.29 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 28 | 12 | 0 | 0.44 | 0.76 | 0.80 | 25.26 | 0.61 | 0.12 |
| Hex | 32 | 1C | C | 0 | 2C | 4C | 50 | 19 | 3D | C |
| Octal | 62 | 34 | 14 | 0 | 54 | 114 | 120 | 31 | 75 | 14 |
| Binary | 110010 | 11100 | 1100 | 0 | 101100 | 1001100 | 1010000 | 11001 | 111101 | 1100 |
Color Harmonies of #321C0C
Complementary color
Monochromatic Colors of #321C0C
Black with #321C0C
Text Example
Text Example
White with #321C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321C0C; }
p { color: rgb(50,28,12); }
H1.HeaderClassName
{
color: #321C0C;
}
.AnyTagClassName
{
color: #321C0C;
}
</style>
background-color css
<style>
a { background-color: #321C0C; }
a { background-color: rgb(50,28,12); }
div.DivClassName
{
background-color: #321C0C;
}
.BgClassName
{
background-color: #321C0C;
}
</style>
border-color css
<style>
span { border-color: #321C0C; }
span { border-color: rgb(50,28,12); }
td.TdClassName
{
border-color: #321C0C;
}
.TagClassName
{
border-color: #321C0C;
}
</style>