Shades of Cocoa Brown #321E02
Tints of Cocoa Brown #321E02
RGB
CMYK
RGB Variations
Color information
#321E02 (or 0x321E02) is known color: Cocoa Brown. HEX triplet: 32, 1E and 02. RGB value is (50,30,2). Sum of RGB (Red+Green+Blue) = 50+30+2=82 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.98% from 82); Green value is 30 (12.11% from 255 or 36.59% from 82); Blue value is 2 (1.17% from 255 or 2.44% from 82); Max value from RGB is 50 - color contains mainly: red. Hex color #321E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321E02 is #CDE1FD. Grayscale: #202020. Windows color (decimal): -13492734 or 138802. OLE color: 138802.
HSL color Cylindrical-coordinate representation of color #321E02: hue angle of 35º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #321E02 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 30 | 2 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.80 |
| HSL | 35º | 0.92% | 0.1% | - |
| HSV(B) | 35º | 0.96% | 0.2% | - |
| XYZ | 1.79 | 1.61 | 0.27 | - |
| YUV | 32.79 | 110.63 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 2 | 0 | 0.40 | 0.96 | 0.80 | 35 | 0.92 | 0.1 |
| Hex | 32 | 1E | 2 | 0 | 28 | 60 | 50 | 23 | 5C | A |
| Octal | 62 | 36 | 2 | 0 | 50 | 140 | 120 | 43 | 134 | 12 |
| Binary | 110010 | 11110 | 10 | 0 | 101000 | 1100000 | 1010000 | 100011 | 1011100 | 1010 |
Color Harmonies of #321E02
Complementary color
Monochromatic Colors of #321E02
Black with #321E02
Text Example
Text Example
White with #321E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321E02; }
p { color: rgb(50,30,2); }
H1.HeaderClassName
{
color: #321E02;
}
.AnyTagClassName
{
color: #321E02;
}
</style>
background-color css
<style>
a { background-color: #321E02; }
a { background-color: rgb(50,30,2); }
div.DivClassName
{
background-color: #321E02;
}
.BgClassName
{
background-color: #321E02;
}
</style>
border-color css
<style>
span { border-color: #321E02; }
span { border-color: rgb(50,30,2); }
td.TdClassName
{
border-color: #321E02;
}
.TagClassName
{
border-color: #321E02;
}
</style>