Shades of Cocoa Brown #332001
Tints of Cocoa Brown #332001
RGB
CMYK
RGB Variations
Color information
#332001 (or 0x332001) is known color: Cocoa Brown. HEX triplet: 33, 20 and 01. RGB value is (51,32,1). Sum of RGB (Red+Green+Blue) = 51+32+1=84 (11% of max value = 765). Red value is 51 (20.31% from 255 or 60.71% from 84); Green value is 32 (12.89% from 255 or 38.10% from 84); Blue value is 1 (0.78% from 255 or 1.19% from 84); Max value from RGB is 51 - color contains mainly: red. Hex color #332001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332001 is #CCDFFE. Grayscale: #222222. Windows color (decimal): -13426687 or 73779. OLE color: 73779.
HSL color Cylindrical-coordinate representation of color #332001: hue angle of 37.2º 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 #332001 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 32 | 1 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.8 |
| HSL | 37.2º | 0.96% | 0.1% | - |
| HSV(B) | 37.2º | 0.98% | 0.2% | - |
| XYZ | 1.89 | 1.74 | 0.26 | - |
| YUV | 34.15 | 109.29 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 32 | 1 | 0 | 0.37 | 0.98 | 0.8 | 37.2 | 0.96 | 0.1 |
| Hex | 33 | 20 | 1 | 0 | 25 | 62 | 50 | 25 | 60 | A |
| Octal | 63 | 40 | 1 | 0 | 45 | 142 | 120 | 45 | 140 | 12 |
| Binary | 110011 | 100000 | 1 | 0 | 100101 | 1100010 | 1010000 | 100101 | 1100000 | 1010 |
Color Harmonies of #332001
Complementary color
Monochromatic Colors of #332001
Black with #332001
Text Example
Text Example
White with #332001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332001; }
p { color: rgb(51,32,1); }
H1.HeaderClassName
{
color: #332001;
}
.AnyTagClassName
{
color: #332001;
}
</style>
background-color css
<style>
a { background-color: #332001; }
a { background-color: rgb(51,32,1); }
div.DivClassName
{
background-color: #332001;
}
.BgClassName
{
background-color: #332001;
}
</style>
border-color css
<style>
span { border-color: #332001; }
span { border-color: rgb(51,32,1); }
td.TdClassName
{
border-color: #332001;
}
.TagClassName
{
border-color: #332001;
}
</style>