Shades of Cocoa Brown #331F00
Tints of Cocoa Brown #331F00
RGB
CMYK
RGB Variations
Color information
#331F00 (or 0x331F00) is known color: Cocoa Brown. HEX triplet: 33, 1F and 00. RGB value is (51,31,0). Sum of RGB (Red+Green+Blue) = 51+31+0=82 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.20% from 82); Green value is 31 (12.5% from 255 or 37.80% from 82); Blue value is 0 (0.39% from 255 or 0% from 82); Max value from RGB is 51 - color contains mainly: red. Hex color #331F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331F00 is #CCE0FF. Grayscale: #212121. Windows color (decimal): -13426944 or 7987. OLE color: 7987.
HSL color Cylindrical-coordinate representation of color #331F00: hue angle of 36.47º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #331F00 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 31 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.8 |
| HSL | 36.47º | 1% | 0.1% | - |
| HSV(B) | 36.47º | 1% | 0.2% | - |
| XYZ | 1.86 | 1.68 | 0.23 | - |
| YUV | 33.45 | 109.13 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 31 | 0 | 0 | 0.39 | 1 | 0.8 | 36.47 | 1 | 0.1 |
| Hex | 33 | 1F | 0 | 0 | 27 | 64 | 50 | 24 | 64 | A |
| Octal | 63 | 37 | 0 | 0 | 47 | 144 | 120 | 44 | 144 | 12 |
| Binary | 110011 | 11111 | 0 | 0 | 100111 | 1100100 | 1010000 | 100100 | 1100100 | 1010 |
Color Harmonies of #331F00
Complementary color
Monochromatic Colors of #331F00
Black with #331F00
Text Example
Text Example
White with #331F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331F00; }
p { color: rgb(51,31,0); }
H1.HeaderClassName
{
color: #331F00;
}
.AnyTagClassName
{
color: #331F00;
}
</style>
background-color css
<style>
a { background-color: #331F00; }
a { background-color: rgb(51,31,0); }
div.DivClassName
{
background-color: #331F00;
}
.BgClassName
{
background-color: #331F00;
}
</style>
border-color css
<style>
span { border-color: #331F00; }
span { border-color: rgb(51,31,0); }
td.TdClassName
{
border-color: #331F00;
}
.TagClassName
{
border-color: #331F00;
}
</style>