Shades of Cocoa Brown #331D04
Tints of Cocoa Brown #331D04
RGB
CMYK
RGB Variations
Color information
#331D04 (or 0x331D04) is known color: Cocoa Brown. HEX triplet: 33, 1D and 04. RGB value is (51,29,4). Sum of RGB (Red+Green+Blue) = 51+29+4=84 (11% of max value = 765). Red value is 51 (20.31% from 255 or 60.71% from 84); Green value is 29 (11.72% from 255 or 34.52% from 84); Blue value is 4 (1.95% from 255 or 4.76% from 84); Max value from RGB is 51 - color contains mainly: red. Hex color #331D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331D04 is #CCE2FB. Grayscale: #202020. Windows color (decimal): -13427452 or 269619. OLE color: 269619.
HSL color Cylindrical-coordinate representation of color #331D04: hue angle of 31.91º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #331D04 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 29 | 4 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.8 |
| HSL | 31.91º | 0.85% | 0.11% | - |
| HSV(B) | 31.91º | 0.92% | 0.2% | - |
| XYZ | 1.83 | 1.59 | 0.33 | - |
| YUV | 32.73 | 111.79 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 29 | 4 | 0 | 0.43 | 0.92 | 0.8 | 31.91 | 0.85 | 0.11 |
| Hex | 33 | 1D | 4 | 0 | 2B | 5C | 50 | 20 | 55 | B |
| Octal | 63 | 35 | 4 | 0 | 53 | 134 | 120 | 40 | 125 | 13 |
| Binary | 110011 | 11101 | 100 | 0 | 101011 | 1011100 | 1010000 | 100000 | 1010101 | 1011 |
Color Harmonies of #331D04
Complementary color
Monochromatic Colors of #331D04
Black with #331D04
Text Example
Text Example
White with #331D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331D04; }
p { color: rgb(51,29,4); }
H1.HeaderClassName
{
color: #331D04;
}
.AnyTagClassName
{
color: #331D04;
}
</style>
background-color css
<style>
a { background-color: #331D04; }
a { background-color: rgb(51,29,4); }
div.DivClassName
{
background-color: #331D04;
}
.BgClassName
{
background-color: #331D04;
}
</style>
border-color css
<style>
span { border-color: #331D04; }
span { border-color: rgb(51,29,4); }
td.TdClassName
{
border-color: #331D04;
}
.TagClassName
{
border-color: #331D04;
}
</style>