Shades of Cocoa Brown #332412
Tints of Cocoa Brown #332412
RGB
CMYK
RGB Variations
Color information
#332412 (or 0x332412) is known color: Cocoa Brown. HEX triplet: 33, 24 and 12. RGB value is (51,36,18). Sum of RGB (Red+Green+Blue) = 51+36+18=105 (13% of max value = 765). Red value is 51 (20.31% from 255 or 48.57% from 105); Green value is 36 (14.45% from 255 or 34.29% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 51 - color contains mainly: red. Hex color #332412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332412 is #CCDBED. Grayscale: #262626. Windows color (decimal): -13425646 or 1188915. OLE color: 1188915.
HSL color Cylindrical-coordinate representation of color #332412: hue angle of 32.73º 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 #332412 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 36 | 18 | - |
| CMYK | 0 | 0.29 | 0.65 | 0.8 |
| HSL | 32.73º | 0.48% | 0.14% | - |
| HSV(B) | 32.73º | 0.65% | 0.2% | - |
| XYZ | 2.11 | 2.01 | 0.85 | - |
| YUV | 38.43 | 116.47 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 36 | 18 | 0 | 0.29 | 0.65 | 0.8 | 32.73 | 0.48 | 0.14 |
| Hex | 33 | 24 | 12 | 0 | 1D | 41 | 50 | 21 | 30 | E |
| Octal | 63 | 44 | 22 | 0 | 35 | 101 | 120 | 41 | 60 | 16 |
| Binary | 110011 | 100100 | 10010 | 0 | 11101 | 1000001 | 1010000 | 100001 | 110000 | 1110 |
Color Harmonies of #332412
Complementary color
Monochromatic Colors of #332412
Black with #332412
Text Example
Text Example
White with #332412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332412; }
p { color: rgb(51,36,18); }
H1.HeaderClassName
{
color: #332412;
}
.AnyTagClassName
{
color: #332412;
}
</style>
background-color css
<style>
a { background-color: #332412; }
a { background-color: rgb(51,36,18); }
div.DivClassName
{
background-color: #332412;
}
.BgClassName
{
background-color: #332412;
}
</style>
border-color css
<style>
span { border-color: #332412; }
span { border-color: rgb(51,36,18); }
td.TdClassName
{
border-color: #332412;
}
.TagClassName
{
border-color: #332412;
}
</style>