Shades of Cocoa Brown #331D01
Tints of Cocoa Brown #331D01
RGB
CMYK
RGB Variations
Color information
#331D01 (or 0x331D01) is known color: Cocoa Brown. HEX triplet: 33, 1D and 01. RGB value is (51,29,1). Sum of RGB (Red+Green+Blue) = 51+29+1=81 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.96% from 81); Green value is 29 (11.72% from 255 or 35.80% from 81); Blue value is 1 (0.78% from 255 or 1.23% from 81); Max value from RGB is 51 - color contains mainly: red. Hex color #331D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331D01 is #CCE2FE. Grayscale: #202020. Windows color (decimal): -13427455 or 73011. OLE color: 73011.
HSL color Cylindrical-coordinate representation of color #331D01: hue angle of 33.6º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #331D01 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 29 | 1 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.8 |
| HSL | 33.6º | 0.96% | 0.1% | - |
| HSV(B) | 33.6º | 0.98% | 0.2% | - |
| XYZ | 1.81 | 1.58 | 0.24 | - |
| YUV | 32.39 | 110.29 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 29 | 1 | 0 | 0.43 | 0.98 | 0.8 | 33.6 | 0.96 | 0.1 |
| Hex | 33 | 1D | 1 | 0 | 2B | 62 | 50 | 22 | 60 | A |
| Octal | 63 | 35 | 1 | 0 | 53 | 142 | 120 | 42 | 140 | 12 |
| Binary | 110011 | 11101 | 1 | 0 | 101011 | 1100010 | 1010000 | 100010 | 1100000 | 1010 |
Color Harmonies of #331D01
Complementary color
Monochromatic Colors of #331D01
Black with #331D01
Text Example
Text Example
White with #331D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331D01; }
p { color: rgb(51,29,1); }
H1.HeaderClassName
{
color: #331D01;
}
.AnyTagClassName
{
color: #331D01;
}
</style>
background-color css
<style>
a { background-color: #331D01; }
a { background-color: rgb(51,29,1); }
div.DivClassName
{
background-color: #331D01;
}
.BgClassName
{
background-color: #331D01;
}
</style>
border-color css
<style>
span { border-color: #331D01; }
span { border-color: rgb(51,29,1); }
td.TdClassName
{
border-color: #331D01;
}
.TagClassName
{
border-color: #331D01;
}
</style>