Shades of Cocoa Brown #332415
Tints of Cocoa Brown #332415
RGB
CMYK
RGB Variations
Color information
#332415 (or 0x332415) is known color: Cocoa Brown. HEX triplet: 33, 24 and 15. RGB value is (51,36,21). Sum of RGB (Red+Green+Blue) = 51+36+21=108 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.22% from 108); Green value is 36 (14.45% from 255 or 33.33% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 51 - color contains mainly: red. Hex color #332415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332415 is #CCDBEA. Grayscale: #262626. Windows color (decimal): -13425643 or 1385523. OLE color: 1385523.
HSL color Cylindrical-coordinate representation of color #332415: hue angle of 30º 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 #332415 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 36 | 21 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.8 |
| HSL | 30º | 0.42% | 0.14% | - |
| HSV(B) | 30º | 0.59% | 0.2% | - |
| XYZ | 2.13 | 2.02 | 0.99 | - |
| YUV | 38.78 | 117.97 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 36 | 21 | 0 | 0.29 | 0.59 | 0.8 | 30 | 0.42 | 0.14 |
| Hex | 33 | 24 | 15 | 0 | 1D | 3B | 50 | 1E | 2A | E |
| Octal | 63 | 44 | 25 | 0 | 35 | 73 | 120 | 36 | 52 | 16 |
| Binary | 110011 | 100100 | 10101 | 0 | 11101 | 111011 | 1010000 | 11110 | 101010 | 1110 |
Color Harmonies of #332415
Complementary color
Monochromatic Colors of #332415
Black with #332415
Text Example
Text Example
White with #332415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332415; }
p { color: rgb(51,36,21); }
H1.HeaderClassName
{
color: #332415;
}
.AnyTagClassName
{
color: #332415;
}
</style>
background-color css
<style>
a { background-color: #332415; }
a { background-color: rgb(51,36,21); }
div.DivClassName
{
background-color: #332415;
}
.BgClassName
{
background-color: #332415;
}
</style>
border-color css
<style>
span { border-color: #332415; }
span { border-color: rgb(51,36,21); }
td.TdClassName
{
border-color: #332415;
}
.TagClassName
{
border-color: #332415;
}
</style>