Shades of Cocoa Brown #331A04
Tints of Cocoa Brown #331A04
RGB
CMYK
RGB Variations
Color information
#331A04 (or 0x331A04) is known color: Cocoa Brown. HEX triplet: 33, 1A and 04. RGB value is (51,26,4). Sum of RGB (Red+Green+Blue) = 51+26+4=81 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.96% from 81); Green value is 26 (10.55% from 255 or 32.10% from 81); Blue value is 4 (1.95% from 255 or 4.94% from 81); Max value from RGB is 51 - color contains mainly: red. Hex color #331A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331A04 is #CCE5FB. Grayscale: #1F1F1F. Windows color (decimal): -13428220 or 268851. OLE color: 268851.
HSL color Cylindrical-coordinate representation of color #331A04: hue angle of 28.09º 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 #331A04 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 26 | 4 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.8 |
| HSL | 28.09º | 0.85% | 0.11% | - |
| HSV(B) | 28.09º | 0.92% | 0.2% | - |
| XYZ | 1.76 | 1.45 | 0.3 | - |
| YUV | 30.97 | 112.78 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 26 | 4 | 0 | 0.49 | 0.92 | 0.8 | 28.09 | 0.85 | 0.11 |
| Hex | 33 | 1A | 4 | 0 | 31 | 5C | 50 | 1C | 55 | B |
| Octal | 63 | 32 | 4 | 0 | 61 | 134 | 120 | 34 | 125 | 13 |
| Binary | 110011 | 11010 | 100 | 0 | 110001 | 1011100 | 1010000 | 11100 | 1010101 | 1011 |
Color Harmonies of #331A04
Complementary color
Monochromatic Colors of #331A04
Black with #331A04
Text Example
Text Example
White with #331A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331A04; }
p { color: rgb(51,26,4); }
H1.HeaderClassName
{
color: #331A04;
}
.AnyTagClassName
{
color: #331A04;
}
</style>
background-color css
<style>
a { background-color: #331A04; }
a { background-color: rgb(51,26,4); }
div.DivClassName
{
background-color: #331A04;
}
.BgClassName
{
background-color: #331A04;
}
</style>
border-color css
<style>
span { border-color: #331A04; }
span { border-color: rgb(51,26,4); }
td.TdClassName
{
border-color: #331A04;
}
.TagClassName
{
border-color: #331A04;
}
</style>