Shades of Cocoa Brown #332000
Tints of Cocoa Brown #332000
RGB
CMYK
RGB Variations
Color information
#332000 (or 0x332000) is known color: Cocoa Brown. HEX triplet: 33, 20 and 00. RGB value is (51,32,0). Sum of RGB (Red+Green+Blue) = 51+32+0=83 (10% of max value = 765). Red value is 51 (20.31% from 255 or 61.45% from 83); Green value is 32 (12.89% from 255 or 38.55% from 83); Blue value is 0 (0.39% from 255 or 0% from 83); Max value from RGB is 51 - color contains mainly: red. Hex color #332000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332000 is #CCDFFF. Grayscale: #222222. Windows color (decimal): -13426688 or 8243. OLE color: 8243.
HSL color Cylindrical-coordinate representation of color #332000: hue angle of 37.65º 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 #332000 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.8.
Color convert
RGB | 51 | 32 | 0 | - |
CMYK | 0 | 0.37 | 1 | 0.8 |
HSL | 37.65º | 1% | 0.1% | - |
HSV(B) | 37.65º | 1% | 0.2% | - |
XYZ | 1.88 | 1.74 | 0.24 | - |
YUV | 34.03 | 108.79 | 140.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 51 | 32 | 0 | 0 | 0.37 | 1 | 0.8 | 37.65 | 1 | 0.1 |
Hex | 33 | 20 | 0 | 0 | 25 | 64 | 50 | 26 | 64 | A |
Octal | 63 | 40 | 0 | 0 | 45 | 144 | 120 | 46 | 144 | 12 |
Binary | 110011 | 100000 | 0 | 0 | 100101 | 1100100 | 1010000 | 100110 | 1100100 | 1010 |
Color Harmonies of #332000
Complementary color
Monochromatic Colors of #332000
Black with #332000
Text Example
Text Example
White with #332000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332000; }
p { color: rgb(51,32,0); }
H1.HeaderClassName
{
color: #332000;
}
.AnyTagClassName
{
color: #332000;
}
</style>
background-color css
<style>
a { background-color: #332000; }
a { background-color: rgb(51,32,0); }
div.DivClassName
{
background-color: #332000;
}
.BgClassName
{
background-color: #332000;
}
</style>
border-color css
<style>
span { border-color: #332000; }
span { border-color: rgb(51,32,0); }
td.TdClassName
{
border-color: #332000;
}
.TagClassName
{
border-color: #332000;
}
</style>