Shades of Cocoa Brown #322415
Tints of Cocoa Brown #322415
RGB
CMYK
RGB Variations
Color information
#322415 (or 0x322415) is known color: Cocoa Brown. HEX triplet: 32, 24 and 15. RGB value is (50,36,21). Sum of RGB (Red+Green+Blue) = 50+36+21=107 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.73% from 107); Green value is 36 (14.45% from 255 or 33.64% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 50 - color contains mainly: red. Hex color #322415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322415 is #CDDBEA. Grayscale: #262626. Windows color (decimal): -13491179 or 1385522. OLE color: 1385522.
HSL color Cylindrical-coordinate representation of color #322415: hue angle of 31.03º 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 #322415 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 36 | 21 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.80 |
| HSL | 31.03º | 0.41% | 0.14% | - |
| HSV(B) | 31.03º | 0.58% | 0.2% | - |
| XYZ | 2.08 | 1.99 | 0.98 | - |
| YUV | 38.48 | 118.14 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 36 | 21 | 0 | 0.28 | 0.58 | 0.80 | 31.03 | 0.41 | 0.14 |
| Hex | 32 | 24 | 15 | 0 | 1C | 3A | 50 | 1F | 29 | E |
| Octal | 62 | 44 | 25 | 0 | 34 | 72 | 120 | 37 | 51 | 16 |
| Binary | 110010 | 100100 | 10101 | 0 | 11100 | 111010 | 1010000 | 11111 | 101001 | 1110 |
Color Harmonies of #322415
Complementary color
Monochromatic Colors of #322415
Black with #322415
Text Example
Text Example
White with #322415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322415; }
p { color: rgb(50,36,21); }
H1.HeaderClassName
{
color: #322415;
}
.AnyTagClassName
{
color: #322415;
}
</style>
background-color css
<style>
a { background-color: #322415; }
a { background-color: rgb(50,36,21); }
div.DivClassName
{
background-color: #322415;
}
.BgClassName
{
background-color: #322415;
}
</style>
border-color css
<style>
span { border-color: #322415; }
span { border-color: rgb(50,36,21); }
td.TdClassName
{
border-color: #322415;
}
.TagClassName
{
border-color: #322415;
}
</style>