Shades of Cocoa Brown #332414
Tints of Cocoa Brown #332414
RGB
CMYK
RGB Variations
Color information
#332414 (or 0x332414) is known color: Cocoa Brown. HEX triplet: 33, 24 and 14. RGB value is (51,36,20). Sum of RGB (Red+Green+Blue) = 51+36+20=107 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.66% from 107); Green value is 36 (14.45% from 255 or 33.64% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 51 - color contains mainly: red. Hex color #332414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332414 is #CCDBEB. Grayscale: #262626. Windows color (decimal): -13425644 or 1319987. OLE color: 1319987.
HSL color Cylindrical-coordinate representation of color #332414: hue angle of 30.97º 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 #332414 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 36 | 20 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.8 |
| HSL | 30.97º | 0.44% | 0.14% | - |
| HSV(B) | 30.97º | 0.61% | 0.2% | - |
| XYZ | 2.12 | 2.02 | 0.94 | - |
| YUV | 38.66 | 117.47 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 36 | 20 | 0 | 0.29 | 0.61 | 0.8 | 30.97 | 0.44 | 0.14 |
| Hex | 33 | 24 | 14 | 0 | 1D | 3D | 50 | 1F | 2C | E |
| Octal | 63 | 44 | 24 | 0 | 35 | 75 | 120 | 37 | 54 | 16 |
| Binary | 110011 | 100100 | 10100 | 0 | 11101 | 111101 | 1010000 | 11111 | 101100 | 1110 |
Color Harmonies of #332414
Complementary color
Monochromatic Colors of #332414
Black with #332414
Text Example
Text Example
White with #332414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332414; }
p { color: rgb(51,36,20); }
H1.HeaderClassName
{
color: #332414;
}
.AnyTagClassName
{
color: #332414;
}
</style>
background-color css
<style>
a { background-color: #332414; }
a { background-color: rgb(51,36,20); }
div.DivClassName
{
background-color: #332414;
}
.BgClassName
{
background-color: #332414;
}
</style>
border-color css
<style>
span { border-color: #332414; }
span { border-color: rgb(51,36,20); }
td.TdClassName
{
border-color: #332414;
}
.TagClassName
{
border-color: #332414;
}
</style>