Shades of Cocoa Brown #331F0A
Tints of Cocoa Brown #331F0A
RGB
CMYK
RGB Variations
Color information
#331F0A (or 0x331F0A) is known color: Cocoa Brown. HEX triplet: 33, 1F and 0A. RGB value is (51,31,10). Sum of RGB (Red+Green+Blue) = 51+31+10=92 (12% of max value = 765). Red value is 51 (20.31% from 255 or 55.43% from 92); Green value is 31 (12.5% from 255 or 33.70% from 92); Blue value is 10 (4.30% from 255 or 10.87% from 92); Max value from RGB is 51 - color contains mainly: red. Hex color #331F0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331F0A is #CCE0F5. Grayscale: #222222. Windows color (decimal): -13426934 or 663347. OLE color: 663347.
HSL color Cylindrical-coordinate representation of color #331F0A: hue angle of 30.73º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #331F0A is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 31 | 10 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.8 |
| HSL | 30.73º | 0.67% | 0.12% | - |
| HSV(B) | 30.73º | 0.8% | 0.2% | - |
| XYZ | 1.91 | 1.71 | 0.52 | - |
| YUV | 34.59 | 114.13 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 31 | 10 | 0 | 0.39 | 0.80 | 0.8 | 30.73 | 0.67 | 0.12 |
| Hex | 33 | 1F | A | 0 | 27 | 50 | 50 | 1F | 43 | C |
| Octal | 63 | 37 | 12 | 0 | 47 | 120 | 120 | 37 | 103 | 14 |
| Binary | 110011 | 11111 | 1010 | 0 | 100111 | 1010000 | 1010000 | 11111 | 1000011 | 1100 |
Color Harmonies of #331F0A
Complementary color
Monochromatic Colors of #331F0A
Black with #331F0A
Text Example
Text Example
White with #331F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331F0A; }
p { color: rgb(51,31,10); }
H1.HeaderClassName
{
color: #331F0A;
}
.AnyTagClassName
{
color: #331F0A;
}
</style>
background-color css
<style>
a { background-color: #331F0A; }
a { background-color: rgb(51,31,10); }
div.DivClassName
{
background-color: #331F0A;
}
.BgClassName
{
background-color: #331F0A;
}
</style>
border-color css
<style>
span { border-color: #331F0A; }
span { border-color: rgb(51,31,10); }
td.TdClassName
{
border-color: #331F0A;
}
.TagClassName
{
border-color: #331F0A;
}
</style>