Shades of Cocoa Brown #33200A
Tints of Cocoa Brown #33200A
RGB
CMYK
RGB Variations
Color information
#33200A (or 0x33200A) is known color: Cocoa Brown. HEX triplet: 33, 20 and 0A. RGB value is (51,32,10). Sum of RGB (Red+Green+Blue) = 51+32+10=93 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.84% from 93); Green value is 32 (12.89% from 255 or 34.41% from 93); Blue value is 10 (4.30% from 255 or 10.75% from 93); Max value from RGB is 51 - color contains mainly: red. Hex color #33200A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33200A is #CCDFF5. Grayscale: #232323. Windows color (decimal): -13426678 or 663603. OLE color: 663603.
HSL color Cylindrical-coordinate representation of color #33200A: hue angle of 32.2º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33200A is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 32 | 10 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.8 |
| HSL | 32.2º | 0.67% | 0.12% | - |
| HSV(B) | 32.2º | 0.8% | 0.2% | - |
| XYZ | 1.94 | 1.76 | 0.52 | - |
| YUV | 35.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 32 | 10 | 0 | 0.37 | 0.80 | 0.8 | 32.2 | 0.67 | 0.12 |
| Hex | 33 | 20 | A | 0 | 25 | 50 | 50 | 20 | 43 | C |
| Octal | 63 | 40 | 12 | 0 | 45 | 120 | 120 | 40 | 103 | 14 |
| Binary | 110011 | 100000 | 1010 | 0 | 100101 | 1010000 | 1010000 | 100000 | 1000011 | 1100 |
Color Harmonies of #33200A
Complementary color
Monochromatic Colors of #33200A
Black with #33200A
Text Example
Text Example
White with #33200A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33200A; }
p { color: rgb(51,32,10); }
H1.HeaderClassName
{
color: #33200A;
}
.AnyTagClassName
{
color: #33200A;
}
</style>
background-color css
<style>
a { background-color: #33200A; }
a { background-color: rgb(51,32,10); }
div.DivClassName
{
background-color: #33200A;
}
.BgClassName
{
background-color: #33200A;
}
</style>
border-color css
<style>
span { border-color: #33200A; }
span { border-color: rgb(51,32,10); }
td.TdClassName
{
border-color: #33200A;
}
.TagClassName
{
border-color: #33200A;
}
</style>