Shades of Cocoa Brown #332015
Tints of Cocoa Brown #332015
RGB
CMYK
RGB Variations
Color information
#332015 (or 0x332015) is known color: Cocoa Brown. HEX triplet: 33, 20 and 15. RGB value is (51,32,21). Sum of RGB (Red+Green+Blue) = 51+32+21=104 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.04% from 104); Green value is 32 (12.89% from 255 or 30.77% from 104); Blue value is 21 (8.59% from 255 or 20.19% from 104); Max value from RGB is 51 - color contains mainly: red. Hex color #332015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332015 is #CCDFEA. Grayscale: #242424. Windows color (decimal): -13426667 or 1384499. OLE color: 1384499.
HSL color Cylindrical-coordinate representation of color #332015: hue angle of 22º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #332015 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 32 | 21 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.8 |
| HSL | 22º | 0.42% | 0.14% | - |
| HSV(B) | 22º | 0.59% | 0.2% | - |
| XYZ | 2.02 | 1.79 | 0.95 | - |
| YUV | 36.43 | 119.29 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 32 | 21 | 0 | 0.37 | 0.59 | 0.8 | 22 | 0.42 | 0.14 |
| Hex | 33 | 20 | 15 | 0 | 25 | 3B | 50 | 16 | 2A | E |
| Octal | 63 | 40 | 25 | 0 | 45 | 73 | 120 | 26 | 52 | 16 |
| Binary | 110011 | 100000 | 10101 | 0 | 100101 | 111011 | 1010000 | 10110 | 101010 | 1110 |
Color Harmonies of #332015
Complementary color
Monochromatic Colors of #332015
Black with #332015
Text Example
Text Example
White with #332015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332015; }
p { color: rgb(51,32,21); }
H1.HeaderClassName
{
color: #332015;
}
.AnyTagClassName
{
color: #332015;
}
</style>
background-color css
<style>
a { background-color: #332015; }
a { background-color: rgb(51,32,21); }
div.DivClassName
{
background-color: #332015;
}
.BgClassName
{
background-color: #332015;
}
</style>
border-color css
<style>
span { border-color: #332015; }
span { border-color: rgb(51,32,21); }
td.TdClassName
{
border-color: #332015;
}
.TagClassName
{
border-color: #332015;
}
</style>