Shades of Cocoa Brown #332515
Tints of Cocoa Brown #332515
RGB
CMYK
RGB Variations
Color information
#332515 (or 0x332515) is known color: Cocoa Brown. HEX triplet: 33, 25 and 15. RGB value is (51,37,21). Sum of RGB (Red+Green+Blue) = 51+37+21=109 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.79% from 109); Green value is 37 (14.84% from 255 or 33.94% from 109); Blue value is 21 (8.59% from 255 or 19.27% from 109); Max value from RGB is 51 - color contains mainly: red. Hex color #332515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332515 is #CCDAEA. Grayscale: #272727. Windows color (decimal): -13425387 or 1385779. OLE color: 1385779.
HSL color Cylindrical-coordinate representation of color #332515: hue angle of 32º 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 #332515 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 37 | 21 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.8 |
| HSL | 32º | 0.42% | 0.14% | - |
| HSV(B) | 32º | 0.59% | 0.2% | - |
| XYZ | 2.16 | 2.08 | 1 | - |
| YUV | 39.36 | 117.64 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 37 | 21 | 0 | 0.27 | 0.59 | 0.8 | 32 | 0.42 | 0.14 |
| Hex | 33 | 25 | 15 | 0 | 1B | 3B | 50 | 20 | 2A | E |
| Octal | 63 | 45 | 25 | 0 | 33 | 73 | 120 | 40 | 52 | 16 |
| Binary | 110011 | 100101 | 10101 | 0 | 11011 | 111011 | 1010000 | 100000 | 101010 | 1110 |
Color Harmonies of #332515
Complementary color
Monochromatic Colors of #332515
Black with #332515
Text Example
Text Example
White with #332515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332515; }
p { color: rgb(51,37,21); }
H1.HeaderClassName
{
color: #332515;
}
.AnyTagClassName
{
color: #332515;
}
</style>
background-color css
<style>
a { background-color: #332515; }
a { background-color: rgb(51,37,21); }
div.DivClassName
{
background-color: #332515;
}
.BgClassName
{
background-color: #332515;
}
</style>
border-color css
<style>
span { border-color: #332515; }
span { border-color: rgb(51,37,21); }
td.TdClassName
{
border-color: #332515;
}
.TagClassName
{
border-color: #332515;
}
</style>