Shades of Cocoa Brown #321E06
Tints of Cocoa Brown #321E06
RGB
CMYK
RGB Variations
Color information
#321E06 (or 0x321E06) is known color: Cocoa Brown. HEX triplet: 32, 1E and 06. RGB value is (50,30,6). Sum of RGB (Red+Green+Blue) = 50+30+6=86 (11% of max value = 765). Red value is 50 (19.92% from 255 or 58.14% from 86); Green value is 30 (12.11% from 255 or 34.88% from 86); Blue value is 6 (2.73% from 255 or 6.98% from 86); Max value from RGB is 50 - color contains mainly: red. Hex color #321E06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321E06 is #CDE1F9. Grayscale: #212121. Windows color (decimal): -13492730 or 400946. OLE color: 400946.
HSL color Cylindrical-coordinate representation of color #321E06: hue angle of 32.73º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321E06 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 30 | 6 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.80 |
| HSL | 32.73º | 0.79% | 0.11% | - |
| HSV(B) | 32.73º | 0.88% | 0.2% | - |
| XYZ | 1.81 | 1.62 | 0.39 | - |
| YUV | 33.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 6 | 0 | 0.40 | 0.88 | 0.80 | 32.73 | 0.79 | 0.11 |
| Hex | 32 | 1E | 6 | 0 | 28 | 58 | 50 | 21 | 4F | B |
| Octal | 62 | 36 | 6 | 0 | 50 | 130 | 120 | 41 | 117 | 13 |
| Binary | 110010 | 11110 | 110 | 0 | 101000 | 1011000 | 1010000 | 100001 | 1001111 | 1011 |
Color Harmonies of #321E06
Complementary color
Monochromatic Colors of #321E06
Black with #321E06
Text Example
Text Example
White with #321E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321E06; }
p { color: rgb(50,30,6); }
H1.HeaderClassName
{
color: #321E06;
}
.AnyTagClassName
{
color: #321E06;
}
</style>
background-color css
<style>
a { background-color: #321E06; }
a { background-color: rgb(50,30,6); }
div.DivClassName
{
background-color: #321E06;
}
.BgClassName
{
background-color: #321E06;
}
</style>
border-color css
<style>
span { border-color: #321E06; }
span { border-color: rgb(50,30,6); }
td.TdClassName
{
border-color: #321E06;
}
.TagClassName
{
border-color: #321E06;
}
</style>