Shades of Cocoa Brown #321801
Tints of Cocoa Brown #321801
RGB
CMYK
RGB Variations
Color information
#321801 (or 0x321801) is known color: Cocoa Brown. HEX triplet: 32, 18 and 01. RGB value is (50,24,1). Sum of RGB (Red+Green+Blue) = 50+24+1=75 (9% of max value = 765). Red value is 50 (19.92% from 255 or 66.67% from 75); Green value is 24 (9.77% from 255 or 32% from 75); Blue value is 1 (0.78% from 255 or 1.33% from 75); Max value from RGB is 50 - color contains mainly: red. Hex color #321801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321801 is #CDE7FE. Grayscale: #1D1D1D. Windows color (decimal): -13494271 or 71730. OLE color: 71730.
HSL color Cylindrical-coordinate representation of color #321801: hue angle of 28.16º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #321801 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 24 | 1 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.80 |
| HSL | 28.16º | 0.96% | 0.1% | - |
| HSV(B) | 28.16º | 0.98% | 0.2% | - |
| XYZ | 1.65 | 1.33 | 0.2 | - |
| YUV | 29.15 | 112.11 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 24 | 1 | 0 | 0.52 | 0.98 | 0.80 | 28.16 | 0.96 | 0.1 |
| Hex | 32 | 18 | 1 | 0 | 34 | 62 | 50 | 1C | 60 | A |
| Octal | 62 | 30 | 1 | 0 | 64 | 142 | 120 | 34 | 140 | 12 |
| Binary | 110010 | 11000 | 1 | 0 | 110100 | 1100010 | 1010000 | 11100 | 1100000 | 1010 |
Color Harmonies of #321801
Complementary color
Monochromatic Colors of #321801
Black with #321801
Text Example
Text Example
White with #321801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321801; }
p { color: rgb(50,24,1); }
H1.HeaderClassName
{
color: #321801;
}
.AnyTagClassName
{
color: #321801;
}
</style>
background-color css
<style>
a { background-color: #321801; }
a { background-color: rgb(50,24,1); }
div.DivClassName
{
background-color: #321801;
}
.BgClassName
{
background-color: #321801;
}
</style>
border-color css
<style>
span { border-color: #321801; }
span { border-color: rgb(50,24,1); }
td.TdClassName
{
border-color: #321801;
}
.TagClassName
{
border-color: #321801;
}
</style>