Shades of Cocoa Brown #332310
Tints of Cocoa Brown #332310
RGB
CMYK
RGB Variations
Color information
#332310 (or 0x332310) is known color: Cocoa Brown. HEX triplet: 33, 23 and 10. RGB value is (51,35,16). Sum of RGB (Red+Green+Blue) = 51+35+16=102 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50% from 102); Green value is 35 (14.06% from 255 or 34.31% from 102); Blue value is 16 (6.64% from 255 or 15.69% from 102); Max value from RGB is 51 - color contains mainly: red. Hex color #332310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332310 is #CCDCEF. Grayscale: #252525. Windows color (decimal): -13425904 or 1057587. OLE color: 1057587.
HSL color Cylindrical-coordinate representation of color #332310: hue angle of 32.57º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #332310 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 35 | 16 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.8 |
| HSL | 32.57º | 0.52% | 0.13% | - |
| HSV(B) | 32.57º | 0.69% | 0.2% | - |
| XYZ | 2.06 | 1.94 | 0.76 | - |
| YUV | 37.62 | 115.8 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 35 | 16 | 0 | 0.31 | 0.69 | 0.8 | 32.57 | 0.52 | 0.13 |
| Hex | 33 | 23 | 10 | 0 | 1F | 45 | 50 | 21 | 34 | D |
| Octal | 63 | 43 | 20 | 0 | 37 | 105 | 120 | 41 | 64 | 15 |
| Binary | 110011 | 100011 | 10000 | 0 | 11111 | 1000101 | 1010000 | 100001 | 110100 | 1101 |
Color Harmonies of #332310
Complementary color
Monochromatic Colors of #332310
Black with #332310
Text Example
Text Example
White with #332310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332310; }
p { color: rgb(51,35,16); }
H1.HeaderClassName
{
color: #332310;
}
.AnyTagClassName
{
color: #332310;
}
</style>
background-color css
<style>
a { background-color: #332310; }
a { background-color: rgb(51,35,16); }
div.DivClassName
{
background-color: #332310;
}
.BgClassName
{
background-color: #332310;
}
</style>
border-color css
<style>
span { border-color: #332310; }
span { border-color: rgb(51,35,16); }
td.TdClassName
{
border-color: #332310;
}
.TagClassName
{
border-color: #332310;
}
</style>