Shades of Cocoa Brown #321C03
Tints of Cocoa Brown #321C03
RGB
CMYK
RGB Variations
Color information
#321C03 (or 0x321C03) is known color: Cocoa Brown. HEX triplet: 32, 1C and 03. RGB value is (50,28,3). Sum of RGB (Red+Green+Blue) = 50+28+3=81 (10% of max value = 765). Red value is 50 (19.92% from 255 or 61.73% from 81); Green value is 28 (11.33% from 255 or 34.57% from 81); Blue value is 3 (1.56% from 255 or 3.70% from 81); Max value from RGB is 50 - color contains mainly: red. Hex color #321C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321C03 is #CDE3FC. Grayscale: #1F1F1F. Windows color (decimal): -13493245 or 203826. OLE color: 203826.
HSL color Cylindrical-coordinate representation of color #321C03: hue angle of 31.91º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #321C03 is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 28 | 3 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.80 |
| HSL | 31.91º | 0.89% | 0.1% | - |
| HSV(B) | 31.91º | 0.94% | 0.2% | - |
| XYZ | 1.75 | 1.52 | 0.29 | - |
| YUV | 31.73 | 111.79 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 28 | 3 | 0 | 0.44 | 0.94 | 0.80 | 31.91 | 0.89 | 0.1 |
| Hex | 32 | 1C | 3 | 0 | 2C | 5E | 50 | 20 | 59 | A |
| Octal | 62 | 34 | 3 | 0 | 54 | 136 | 120 | 40 | 131 | 12 |
| Binary | 110010 | 11100 | 11 | 0 | 101100 | 1011110 | 1010000 | 100000 | 1011001 | 1010 |
Color Harmonies of #321C03
Complementary color
Monochromatic Colors of #321C03
Black with #321C03
Text Example
Text Example
White with #321C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321C03; }
p { color: rgb(50,28,3); }
H1.HeaderClassName
{
color: #321C03;
}
.AnyTagClassName
{
color: #321C03;
}
</style>
background-color css
<style>
a { background-color: #321C03; }
a { background-color: rgb(50,28,3); }
div.DivClassName
{
background-color: #321C03;
}
.BgClassName
{
background-color: #321C03;
}
</style>
border-color css
<style>
span { border-color: #321C03; }
span { border-color: rgb(50,28,3); }
td.TdClassName
{
border-color: #321C03;
}
.TagClassName
{
border-color: #321C03;
}
</style>