Shades of Cocoa Brown #331E06
Tints of Cocoa Brown #331E06
RGB
CMYK
RGB Variations
Color information
#331E06 (or 0x331E06) is known color: Cocoa Brown. HEX triplet: 33, 1E and 06. RGB value is (51,30,6). Sum of RGB (Red+Green+Blue) = 51+30+6=87 (11% of max value = 765). Red value is 51 (20.31% from 255 or 58.62% from 87); Green value is 30 (12.11% from 255 or 34.48% from 87); Blue value is 6 (2.73% from 255 or 6.90% from 87); Max value from RGB is 51 - color contains mainly: red. Hex color #331E06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331E06 is #CCE1F9. Grayscale: #212121. Windows color (decimal): -13427194 or 400947. OLE color: 400947.
HSL color Cylindrical-coordinate representation of color #331E06: hue angle of 32º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #331E06 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 30 | 6 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.8 |
| HSL | 32º | 0.79% | 0.11% | - |
| HSV(B) | 32º | 0.88% | 0.2% | - |
| XYZ | 1.86 | 1.65 | 0.39 | - |
| YUV | 33.54 | 112.46 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 30 | 6 | 0 | 0.41 | 0.88 | 0.8 | 32 | 0.79 | 0.11 |
| Hex | 33 | 1E | 6 | 0 | 29 | 58 | 50 | 20 | 4F | B |
| Octal | 63 | 36 | 6 | 0 | 51 | 130 | 120 | 40 | 117 | 13 |
| Binary | 110011 | 11110 | 110 | 0 | 101001 | 1011000 | 1010000 | 100000 | 1001111 | 1011 |
Color Harmonies of #331E06
Complementary color
Monochromatic Colors of #331E06
Black with #331E06
Text Example
Text Example
White with #331E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331E06; }
p { color: rgb(51,30,6); }
H1.HeaderClassName
{
color: #331E06;
}
.AnyTagClassName
{
color: #331E06;
}
</style>
background-color css
<style>
a { background-color: #331E06; }
a { background-color: rgb(51,30,6); }
div.DivClassName
{
background-color: #331E06;
}
.BgClassName
{
background-color: #331E06;
}
</style>
border-color css
<style>
span { border-color: #331E06; }
span { border-color: rgb(51,30,6); }
td.TdClassName
{
border-color: #331E06;
}
.TagClassName
{
border-color: #331E06;
}
</style>