Shades of Cocoa Brown #321F0E
Tints of Cocoa Brown #321F0E
RGB
CMYK
RGB Variations
Color information
#321F0E (or 0x321F0E) is known color: Cocoa Brown. HEX triplet: 32, 1F and 0E. RGB value is (50,31,14). Sum of RGB (Red+Green+Blue) = 50+31+14=95 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.63% from 95); Green value is 31 (12.5% from 255 or 32.63% from 95); Blue value is 14 (5.86% from 255 or 14.74% from 95); Max value from RGB is 50 - color contains mainly: red. Hex color #321F0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321F0E is #CDE0F1. Grayscale: #222222. Windows color (decimal): -13492466 or 925490. OLE color: 925490.
HSL color Cylindrical-coordinate representation of color #321F0E: hue angle of 28.33º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #321F0E is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 31 | 14 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.80 |
| HSL | 28.33º | 0.56% | 0.13% | - |
| HSV(B) | 28.33º | 0.72% | 0.2% | - |
| XYZ | 1.88 | 1.69 | 0.64 | - |
| YUV | 34.74 | 116.29 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 31 | 14 | 0 | 0.38 | 0.72 | 0.80 | 28.33 | 0.56 | 0.13 |
| Hex | 32 | 1F | E | 0 | 26 | 48 | 50 | 1C | 38 | D |
| Octal | 62 | 37 | 16 | 0 | 46 | 110 | 120 | 34 | 70 | 15 |
| Binary | 110010 | 11111 | 1110 | 0 | 100110 | 1001000 | 1010000 | 11100 | 111000 | 1101 |
Color Harmonies of #321F0E
Complementary color
Monochromatic Colors of #321F0E
Black with #321F0E
Text Example
Text Example
White with #321F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321F0E; }
p { color: rgb(50,31,14); }
H1.HeaderClassName
{
color: #321F0E;
}
.AnyTagClassName
{
color: #321F0E;
}
</style>
background-color css
<style>
a { background-color: #321F0E; }
a { background-color: rgb(50,31,14); }
div.DivClassName
{
background-color: #321F0E;
}
.BgClassName
{
background-color: #321F0E;
}
</style>
border-color css
<style>
span { border-color: #321F0E; }
span { border-color: rgb(50,31,14); }
td.TdClassName
{
border-color: #321F0E;
}
.TagClassName
{
border-color: #321F0E;
}
</style>