Shades of Cocoa Brown #321C0D
Tints of Cocoa Brown #321C0D
RGB
CMYK
RGB Variations
Color information
#321C0D (or 0x321C0D) is known color: Cocoa Brown. HEX triplet: 32, 1C and 0D. RGB value is (50,28,13). Sum of RGB (Red+Green+Blue) = 50+28+13=91 (12% of max value = 765). Red value is 50 (19.92% from 255 or 54.95% from 91); Green value is 28 (11.33% from 255 or 30.77% from 91); Blue value is 13 (5.47% from 255 or 14.29% from 91); Max value from RGB is 50 - color contains mainly: red. Hex color #321C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321C0D is #CDE3F2. Grayscale: #202020. Windows color (decimal): -13493235 or 859186. OLE color: 859186.
HSL color Cylindrical-coordinate representation of color #321C0D: hue angle of 24.32º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #321C0D is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 28 | 13 | - |
| CMYK | 0 | 0.44 | 0.74 | 0.80 |
| HSL | 24.32º | 0.59% | 0.12% | - |
| HSV(B) | 24.32º | 0.74% | 0.2% | - |
| XYZ | 1.8 | 1.54 | 0.58 | - |
| YUV | 32.87 | 116.79 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 28 | 13 | 0 | 0.44 | 0.74 | 0.80 | 24.32 | 0.59 | 0.12 |
| Hex | 32 | 1C | D | 0 | 2C | 4A | 50 | 18 | 3B | C |
| Octal | 62 | 34 | 15 | 0 | 54 | 112 | 120 | 30 | 73 | 14 |
| Binary | 110010 | 11100 | 1101 | 0 | 101100 | 1001010 | 1010000 | 11000 | 111011 | 1100 |
Color Harmonies of #321C0D
Complementary color
Monochromatic Colors of #321C0D
Black with #321C0D
Text Example
Text Example
White with #321C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321C0D; }
p { color: rgb(50,28,13); }
H1.HeaderClassName
{
color: #321C0D;
}
.AnyTagClassName
{
color: #321C0D;
}
</style>
background-color css
<style>
a { background-color: #321C0D; }
a { background-color: rgb(50,28,13); }
div.DivClassName
{
background-color: #321C0D;
}
.BgClassName
{
background-color: #321C0D;
}
</style>
border-color css
<style>
span { border-color: #321C0D; }
span { border-color: rgb(50,28,13); }
td.TdClassName
{
border-color: #321C0D;
}
.TagClassName
{
border-color: #321C0D;
}
</style>