Shades of Cocoa Brown #322515
Tints of Cocoa Brown #322515
RGB
CMYK
RGB Variations
Color information
#322515 (or 0x322515) is known color: Cocoa Brown. HEX triplet: 32, 25 and 15. RGB value is (50,37,21). Sum of RGB (Red+Green+Blue) = 50+37+21=108 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.30% from 108); Green value is 37 (14.84% from 255 or 34.26% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 50 - color contains mainly: red. Hex color #322515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322515 is #CDDAEA. Grayscale: #272727. Windows color (decimal): -13490923 or 1385778. OLE color: 1385778.
HSL color Cylindrical-coordinate representation of color #322515: hue angle of 33.1º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #322515 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 37 | 21 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.80 |
| HSL | 33.1º | 0.41% | 0.14% | - |
| HSV(B) | 33.1º | 0.58% | 0.2% | - |
| XYZ | 2.11 | 2.06 | 0.99 | - |
| YUV | 39.06 | 117.81 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 37 | 21 | 0 | 0.26 | 0.58 | 0.80 | 33.1 | 0.41 | 0.14 |
| Hex | 32 | 25 | 15 | 0 | 1A | 3A | 50 | 21 | 29 | E |
| Octal | 62 | 45 | 25 | 0 | 32 | 72 | 120 | 41 | 51 | 16 |
| Binary | 110010 | 100101 | 10101 | 0 | 11010 | 111010 | 1010000 | 100001 | 101001 | 1110 |
Color Harmonies of #322515
Complementary color
Monochromatic Colors of #322515
Black with #322515
Text Example
Text Example
White with #322515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322515; }
p { color: rgb(50,37,21); }
H1.HeaderClassName
{
color: #322515;
}
.AnyTagClassName
{
color: #322515;
}
</style>
background-color css
<style>
a { background-color: #322515; }
a { background-color: rgb(50,37,21); }
div.DivClassName
{
background-color: #322515;
}
.BgClassName
{
background-color: #322515;
}
</style>
border-color css
<style>
span { border-color: #322515; }
span { border-color: rgb(50,37,21); }
td.TdClassName
{
border-color: #322515;
}
.TagClassName
{
border-color: #322515;
}
</style>