Shades of Cocoa Brown #33200C
Tints of Cocoa Brown #33200C
RGB
CMYK
RGB Variations
Color information
#33200C (or 0x33200C) is known color: Cocoa Brown. HEX triplet: 33, 20 and 0C. RGB value is (51,32,12). Sum of RGB (Red+Green+Blue) = 51+32+12=95 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.68% from 95); Green value is 32 (12.89% from 255 or 33.68% from 95); Blue value is 12 (5.08% from 255 or 12.63% from 95); Max value from RGB is 51 - color contains mainly: red. Hex color #33200C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33200C is #CCDFF3. Grayscale: #232323. Windows color (decimal): -13426676 or 794675. OLE color: 794675.
HSL color Cylindrical-coordinate representation of color #33200C: hue angle of 30.77º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33200C is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 32 | 12 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.8 |
| HSL | 30.77º | 0.62% | 0.12% | - |
| HSV(B) | 30.77º | 0.76% | 0.2% | - |
| XYZ | 1.95 | 1.76 | 0.59 | - |
| YUV | 35.4 | 114.79 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 32 | 12 | 0 | 0.37 | 0.76 | 0.8 | 30.77 | 0.62 | 0.12 |
| Hex | 33 | 20 | C | 0 | 25 | 4C | 50 | 1F | 3E | C |
| Octal | 63 | 40 | 14 | 0 | 45 | 114 | 120 | 37 | 76 | 14 |
| Binary | 110011 | 100000 | 1100 | 0 | 100101 | 1001100 | 1010000 | 11111 | 111110 | 1100 |
Color Harmonies of #33200C
Complementary color
Monochromatic Colors of #33200C
Black with #33200C
Text Example
Text Example
White with #33200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33200C; }
p { color: rgb(51,32,12); }
H1.HeaderClassName
{
color: #33200C;
}
.AnyTagClassName
{
color: #33200C;
}
</style>
background-color css
<style>
a { background-color: #33200C; }
a { background-color: rgb(51,32,12); }
div.DivClassName
{
background-color: #33200C;
}
.BgClassName
{
background-color: #33200C;
}
</style>
border-color css
<style>
span { border-color: #33200C; }
span { border-color: rgb(51,32,12); }
td.TdClassName
{
border-color: #33200C;
}
.TagClassName
{
border-color: #33200C;
}
</style>