Shades of Cocoa Brown #331F0E
Tints of Cocoa Brown #331F0E
RGB
CMYK
RGB Variations
Color information
#331F0E (or 0x331F0E) is known color: Cocoa Brown. HEX triplet: 33, 1F and 0E. RGB value is (51,31,14). Sum of RGB (Red+Green+Blue) = 51+31+14=96 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.12% from 96); Green value is 31 (12.5% from 255 or 32.29% from 96); Blue value is 14 (5.86% from 255 or 14.58% from 96); Max value from RGB is 51 - color contains mainly: red. Hex color #331F0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331F0E is #CCE0F1. Grayscale: #232323. Windows color (decimal): -13426930 or 925491. OLE color: 925491.
HSL color Cylindrical-coordinate representation of color #331F0E: hue angle of 27.57º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #331F0E is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 31 | 14 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.8 |
| HSL | 27.57º | 0.57% | 0.13% | - |
| HSV(B) | 27.57º | 0.73% | 0.2% | - |
| XYZ | 1.93 | 1.72 | 0.64 | - |
| YUV | 35.04 | 116.13 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 31 | 14 | 0 | 0.39 | 0.73 | 0.8 | 27.57 | 0.57 | 0.13 |
| Hex | 33 | 1F | E | 0 | 27 | 49 | 50 | 1C | 39 | D |
| Octal | 63 | 37 | 16 | 0 | 47 | 111 | 120 | 34 | 71 | 15 |
| Binary | 110011 | 11111 | 1110 | 0 | 100111 | 1001001 | 1010000 | 11100 | 111001 | 1101 |
Color Harmonies of #331F0E
Complementary color
Monochromatic Colors of #331F0E
Black with #331F0E
Text Example
Text Example
White with #331F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331F0E; }
p { color: rgb(51,31,14); }
H1.HeaderClassName
{
color: #331F0E;
}
.AnyTagClassName
{
color: #331F0E;
}
</style>
background-color css
<style>
a { background-color: #331F0E; }
a { background-color: rgb(51,31,14); }
div.DivClassName
{
background-color: #331F0E;
}
.BgClassName
{
background-color: #331F0E;
}
</style>
border-color css
<style>
span { border-color: #331F0E; }
span { border-color: rgb(51,31,14); }
td.TdClassName
{
border-color: #331F0E;
}
.TagClassName
{
border-color: #331F0E;
}
</style>