Shades of Cocoa Brown #321D05
Tints of Cocoa Brown #321D05
RGB
CMYK
RGB Variations
Color information
#321D05 (or 0x321D05) is known color: Cocoa Brown. HEX triplet: 32, 1D and 05. RGB value is (50,29,5). Sum of RGB (Red+Green+Blue) = 50+29+5=84 (11% of max value = 765). Red value is 50 (19.92% from 255 or 59.52% from 84); Green value is 29 (11.72% from 255 or 34.52% from 84); Blue value is 5 (2.34% from 255 or 5.95% from 84); Max value from RGB is 50 - color contains mainly: red. Hex color #321D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321D05 is #CDE2FA. Grayscale: #202020. Windows color (decimal): -13492987 or 335154. OLE color: 335154.
HSL color Cylindrical-coordinate representation of color #321D05: hue angle of 32º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #321D05 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 29 | 5 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.80 |
| HSL | 32º | 0.82% | 0.11% | - |
| HSV(B) | 32º | 0.9% | 0.2% | - |
| XYZ | 1.78 | 1.57 | 0.35 | - |
| YUV | 32.54 | 112.46 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 29 | 5 | 0 | 0.42 | 0.90 | 0.80 | 32 | 0.82 | 0.11 |
| Hex | 32 | 1D | 5 | 0 | 2A | 5A | 50 | 20 | 52 | B |
| Octal | 62 | 35 | 5 | 0 | 52 | 132 | 120 | 40 | 122 | 13 |
| Binary | 110010 | 11101 | 101 | 0 | 101010 | 1011010 | 1010000 | 100000 | 1010010 | 1011 |
Color Harmonies of #321D05
Complementary color
Monochromatic Colors of #321D05
Black with #321D05
Text Example
Text Example
White with #321D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321D05; }
p { color: rgb(50,29,5); }
H1.HeaderClassName
{
color: #321D05;
}
.AnyTagClassName
{
color: #321D05;
}
</style>
background-color css
<style>
a { background-color: #321D05; }
a { background-color: rgb(50,29,5); }
div.DivClassName
{
background-color: #321D05;
}
.BgClassName
{
background-color: #321D05;
}
</style>
border-color css
<style>
span { border-color: #321D05; }
span { border-color: rgb(50,29,5); }
td.TdClassName
{
border-color: #321D05;
}
.TagClassName
{
border-color: #321D05;
}
</style>