Shades of Cocoa Brown #321D0E
Tints of Cocoa Brown #321D0E
RGB
CMYK
RGB Variations
Color information
#321D0E (or 0x321D0E) is known color: Cocoa Brown. HEX triplet: 32, 1D and 0E. RGB value is (50,29,14). Sum of RGB (Red+Green+Blue) = 50+29+14=93 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.76% from 93); Green value is 29 (11.72% from 255 or 31.18% from 93); Blue value is 14 (5.86% from 255 or 15.05% from 93); Max value from RGB is 50 - color contains mainly: red. Hex color #321D0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321D0E is #CDE2F1. Grayscale: #212121. Windows color (decimal): -13492978 or 924978. OLE color: 924978.
HSL color Cylindrical-coordinate representation of color #321D0E: hue angle of 25º 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 #321D0E is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 29 | 14 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.80 |
| HSL | 25º | 0.56% | 0.13% | - |
| HSV(B) | 25º | 0.72% | 0.2% | - |
| XYZ | 1.83 | 1.59 | 0.63 | - |
| YUV | 33.57 | 116.96 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 29 | 14 | 0 | 0.42 | 0.72 | 0.80 | 25 | 0.56 | 0.13 |
| Hex | 32 | 1D | E | 0 | 2A | 48 | 50 | 19 | 38 | D |
| Octal | 62 | 35 | 16 | 0 | 52 | 110 | 120 | 31 | 70 | 15 |
| Binary | 110010 | 11101 | 1110 | 0 | 101010 | 1001000 | 1010000 | 11001 | 111000 | 1101 |
Color Harmonies of #321D0E
Complementary color
Monochromatic Colors of #321D0E
Black with #321D0E
Text Example
Text Example
White with #321D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321D0E; }
p { color: rgb(50,29,14); }
H1.HeaderClassName
{
color: #321D0E;
}
.AnyTagClassName
{
color: #321D0E;
}
</style>
background-color css
<style>
a { background-color: #321D0E; }
a { background-color: rgb(50,29,14); }
div.DivClassName
{
background-color: #321D0E;
}
.BgClassName
{
background-color: #321D0E;
}
</style>
border-color css
<style>
span { border-color: #321D0E; }
span { border-color: rgb(50,29,14); }
td.TdClassName
{
border-color: #321D0E;
}
.TagClassName
{
border-color: #321D0E;
}
</style>