Shades of Cocoa Brown #33210D
Tints of Cocoa Brown #33210D
RGB
CMYK
RGB Variations
Color information
#33210D (or 0x33210D) is known color: Cocoa Brown. HEX triplet: 33, 21 and 0D. RGB value is (51,33,13). Sum of RGB (Red+Green+Blue) = 51+33+13=97 (12% of max value = 765). Red value is 51 (20.31% from 255 or 52.58% from 97); Green value is 33 (13.28% from 255 or 34.02% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 51 - color contains mainly: red. Hex color #33210D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33210D is #CCDEF2. Grayscale: #242424. Windows color (decimal): -13426419 or 860467. OLE color: 860467.
HSL color Cylindrical-coordinate representation of color #33210D: hue angle of 31.58º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33210D is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 33 | 13 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.8 |
| HSL | 31.58º | 0.59% | 0.13% | - |
| HSV(B) | 31.58º | 0.75% | 0.2% | - |
| XYZ | 1.98 | 1.82 | 0.63 | - |
| YUV | 36.1 | 114.96 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 33 | 13 | 0 | 0.35 | 0.75 | 0.8 | 31.58 | 0.59 | 0.13 |
| Hex | 33 | 21 | D | 0 | 23 | 4B | 50 | 20 | 3B | D |
| Octal | 63 | 41 | 15 | 0 | 43 | 113 | 120 | 40 | 73 | 15 |
| Binary | 110011 | 100001 | 1101 | 0 | 100011 | 1001011 | 1010000 | 100000 | 111011 | 1101 |
Color Harmonies of #33210D
Complementary color
Monochromatic Colors of #33210D
Black with #33210D
Text Example
Text Example
White with #33210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33210D; }
p { color: rgb(51,33,13); }
H1.HeaderClassName
{
color: #33210D;
}
.AnyTagClassName
{
color: #33210D;
}
</style>
background-color css
<style>
a { background-color: #33210D; }
a { background-color: rgb(51,33,13); }
div.DivClassName
{
background-color: #33210D;
}
.BgClassName
{
background-color: #33210D;
}
</style>
border-color css
<style>
span { border-color: #33210D; }
span { border-color: rgb(51,33,13); }
td.TdClassName
{
border-color: #33210D;
}
.TagClassName
{
border-color: #33210D;
}
</style>