Shades of Cocoa Brown #321D0D
Tints of Cocoa Brown #321D0D
RGB
CMYK
RGB Variations
Color information
#321D0D (or 0x321D0D) is known color: Cocoa Brown. HEX triplet: 32, 1D and 0D. RGB value is (50,29,13). Sum of RGB (Red+Green+Blue) = 50+29+13=92 (12% of max value = 765). Red value is 50 (19.92% from 255 or 54.35% from 92); Green value is 29 (11.72% from 255 or 31.52% from 92); Blue value is 13 (5.47% from 255 or 14.13% from 92); Max value from RGB is 50 - color contains mainly: red. Hex color #321D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321D0D is #CDE2F2. Grayscale: #212121. Windows color (decimal): -13492979 or 859442. OLE color: 859442.
HSL color Cylindrical-coordinate representation of color #321D0D: hue angle of 25.95º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #321D0D is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 29 | 13 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.80 |
| HSL | 25.95º | 0.59% | 0.12% | - |
| HSV(B) | 25.95º | 0.74% | 0.2% | - |
| XYZ | 1.83 | 1.59 | 0.59 | - |
| YUV | 33.46 | 116.46 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 29 | 13 | 0 | 0.42 | 0.74 | 0.80 | 25.95 | 0.59 | 0.12 |
| Hex | 32 | 1D | D | 0 | 2A | 4A | 50 | 1A | 3B | C |
| Octal | 62 | 35 | 15 | 0 | 52 | 112 | 120 | 32 | 73 | 14 |
| Binary | 110010 | 11101 | 1101 | 0 | 101010 | 1001010 | 1010000 | 11010 | 111011 | 1100 |
Color Harmonies of #321D0D
Complementary color
Monochromatic Colors of #321D0D
Black with #321D0D
Text Example
Text Example
White with #321D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321D0D; }
p { color: rgb(50,29,13); }
H1.HeaderClassName
{
color: #321D0D;
}
.AnyTagClassName
{
color: #321D0D;
}
</style>
background-color css
<style>
a { background-color: #321D0D; }
a { background-color: rgb(50,29,13); }
div.DivClassName
{
background-color: #321D0D;
}
.BgClassName
{
background-color: #321D0D;
}
</style>
border-color css
<style>
span { border-color: #321D0D; }
span { border-color: rgb(50,29,13); }
td.TdClassName
{
border-color: #321D0D;
}
.TagClassName
{
border-color: #321D0D;
}
</style>