Shades of Cocoa Brown #332514
Tints of Cocoa Brown #332514
RGB
CMYK
RGB Variations
Color information
#332514 (or 0x332514) is known color: Cocoa Brown. HEX triplet: 33, 25 and 14. RGB value is (51,37,20). Sum of RGB (Red+Green+Blue) = 51+37+20=108 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.22% from 108); Green value is 37 (14.84% from 255 or 34.26% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 51 - color contains mainly: red. Hex color #332514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332514 is #CCDAEB. Grayscale: #272727. Windows color (decimal): -13425388 or 1320243. OLE color: 1320243.
HSL color Cylindrical-coordinate representation of color #332514: hue angle of 32.9º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #332514 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 37 | 20 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.8 |
| HSL | 32.9º | 0.44% | 0.14% | - |
| HSV(B) | 32.9º | 0.61% | 0.2% | - |
| XYZ | 2.15 | 2.08 | 0.95 | - |
| YUV | 39.25 | 117.14 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 37 | 20 | 0 | 0.27 | 0.61 | 0.8 | 32.9 | 0.44 | 0.14 |
| Hex | 33 | 25 | 14 | 0 | 1B | 3D | 50 | 21 | 2C | E |
| Octal | 63 | 45 | 24 | 0 | 33 | 75 | 120 | 41 | 54 | 16 |
| Binary | 110011 | 100101 | 10100 | 0 | 11011 | 111101 | 1010000 | 100001 | 101100 | 1110 |
Color Harmonies of #332514
Complementary color
Monochromatic Colors of #332514
Black with #332514
Text Example
Text Example
White with #332514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332514; }
p { color: rgb(51,37,20); }
H1.HeaderClassName
{
color: #332514;
}
.AnyTagClassName
{
color: #332514;
}
</style>
background-color css
<style>
a { background-color: #332514; }
a { background-color: rgb(51,37,20); }
div.DivClassName
{
background-color: #332514;
}
.BgClassName
{
background-color: #332514;
}
</style>
border-color css
<style>
span { border-color: #332514; }
span { border-color: rgb(51,37,20); }
td.TdClassName
{
border-color: #332514;
}
.TagClassName
{
border-color: #332514;
}
</style>