Shades of Cocoa Brown #332A21
Tints of Cocoa Brown #332A21
RGB
CMYK
RGB Variations
Color information
#332A21 (or 0x332A21) is known color: Cocoa Brown. HEX triplet: 33, 2A and 21. RGB value is (51,42,33). Sum of RGB (Red+Green+Blue) = 51+42+33=126 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.48% from 126); Green value is 42 (16.80% from 255 or 33.33% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 51 - color contains mainly: red. Hex color #332A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332A21 is #CCD5DE. Grayscale: #2B2B2B. Windows color (decimal): -13424095 or 2173491. OLE color: 2173491.
HSL color Cylindrical-coordinate representation of color #332A21: hue angle of 30º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #332A21 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 42 | 33 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.8 |
| HSL | 30º | 0.21% | 0.16% | - |
| HSV(B) | 30º | 0.35% | 0.2% | - |
| XYZ | 2.47 | 2.47 | 1.79 | - |
| YUV | 43.67 | 121.98 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 42 | 33 | 0 | 0.18 | 0.35 | 0.8 | 30 | 0.21 | 0.16 |
| Hex | 33 | 2A | 21 | 0 | 12 | 23 | 50 | 1E | 15 | 10 |
| Octal | 63 | 52 | 41 | 0 | 22 | 43 | 120 | 36 | 25 | 20 |
| Binary | 110011 | 101010 | 100001 | 0 | 10010 | 100011 | 1010000 | 11110 | 10101 | 10000 |
Color Harmonies of #332A21
Complementary color
Monochromatic Colors of #332A21
Black with #332A21
Text Example
Text Example
White with #332A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332A21; }
p { color: rgb(51,42,33); }
H1.HeaderClassName
{
color: #332A21;
}
.AnyTagClassName
{
color: #332A21;
}
</style>
background-color css
<style>
a { background-color: #332A21; }
a { background-color: rgb(51,42,33); }
div.DivClassName
{
background-color: #332A21;
}
.BgClassName
{
background-color: #332A21;
}
</style>
border-color css
<style>
span { border-color: #332A21; }
span { border-color: rgb(51,42,33); }
td.TdClassName
{
border-color: #332A21;
}
.TagClassName
{
border-color: #332A21;
}
</style>