Shades of Cocoa Brown #332512
Tints of Cocoa Brown #332512
RGB
CMYK
RGB Variations
Color information
#332512 (or 0x332512) is known color: Cocoa Brown. HEX triplet: 33, 25 and 12. RGB value is (51,37,18). Sum of RGB (Red+Green+Blue) = 51+37+18=106 (14% of max value = 765). Red value is 51 (20.31% from 255 or 48.11% from 106); Green value is 37 (14.84% from 255 or 34.91% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 51 - color contains mainly: red. Hex color #332512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332512 is #CCDAED. Grayscale: #272727. Windows color (decimal): -13425390 or 1189171. OLE color: 1189171.
HSL color Cylindrical-coordinate representation of color #332512: hue angle of 34.55º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #332512 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 37 | 18 | - |
| CMYK | 0 | 0.27 | 0.65 | 0.8 |
| HSL | 34.55º | 0.48% | 0.14% | - |
| HSV(B) | 34.55º | 0.65% | 0.2% | - |
| XYZ | 2.14 | 2.07 | 0.86 | - |
| YUV | 39.02 | 116.14 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 37 | 18 | 0 | 0.27 | 0.65 | 0.8 | 34.55 | 0.48 | 0.14 |
| Hex | 33 | 25 | 12 | 0 | 1B | 41 | 50 | 23 | 30 | E |
| Octal | 63 | 45 | 22 | 0 | 33 | 101 | 120 | 43 | 60 | 16 |
| Binary | 110011 | 100101 | 10010 | 0 | 11011 | 1000001 | 1010000 | 100011 | 110000 | 1110 |
Color Harmonies of #332512
Complementary color
Monochromatic Colors of #332512
Black with #332512
Text Example
Text Example
White with #332512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332512; }
p { color: rgb(51,37,18); }
H1.HeaderClassName
{
color: #332512;
}
.AnyTagClassName
{
color: #332512;
}
</style>
background-color css
<style>
a { background-color: #332512; }
a { background-color: rgb(51,37,18); }
div.DivClassName
{
background-color: #332512;
}
.BgClassName
{
background-color: #332512;
}
</style>
border-color css
<style>
span { border-color: #332512; }
span { border-color: rgb(51,37,18); }
td.TdClassName
{
border-color: #332512;
}
.TagClassName
{
border-color: #332512;
}
</style>