Shades of Cocoa Brown #352516
Tints of Cocoa Brown #352516
RGB
CMYK
RGB Variations
Color information
#352516 (or 0x352516) is known color: Cocoa Brown. HEX triplet: 35, 25 and 16. RGB value is (53,37,22). Sum of RGB (Red+Green+Blue) = 53+37+22=112 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.32% from 112); Green value is 37 (14.84% from 255 or 33.04% from 112); Blue value is 22 (8.98% from 255 or 19.64% from 112); Max value from RGB is 53 - color contains mainly: red. Hex color #352516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352516 is #CADAE9. Grayscale: #282828. Windows color (decimal): -13294314 or 1451317. OLE color: 1451317.
HSL color Cylindrical-coordinate representation of color #352516: hue angle of 29.03º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #352516 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 37 | 22 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.79 |
| HSL | 29.03º | 0.41% | 0.15% | - |
| HSV(B) | 29.03º | 0.58% | 0.21% | - |
| XYZ | 2.27 | 2.14 | 1.05 | - |
| YUV | 40.07 | 117.8 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 37 | 22 | 0 | 0.30 | 0.58 | 0.79 | 29.03 | 0.41 | 0.15 |
| Hex | 35 | 25 | 16 | 0 | 1E | 3A | 4F | 1D | 29 | F |
| Octal | 65 | 45 | 26 | 0 | 36 | 72 | 117 | 35 | 51 | 17 |
| Binary | 110101 | 100101 | 10110 | 0 | 11110 | 111010 | 1001111 | 11101 | 101001 | 1111 |
Color Harmonies of #352516
Complementary color
Monochromatic Colors of #352516
Black with #352516
Text Example
Text Example
White with #352516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352516; }
p { color: rgb(53,37,22); }
H1.HeaderClassName
{
color: #352516;
}
.AnyTagClassName
{
color: #352516;
}
</style>
background-color css
<style>
a { background-color: #352516; }
a { background-color: rgb(53,37,22); }
div.DivClassName
{
background-color: #352516;
}
.BgClassName
{
background-color: #352516;
}
</style>
border-color css
<style>
span { border-color: #352516; }
span { border-color: rgb(53,37,22); }
td.TdClassName
{
border-color: #352516;
}
.TagClassName
{
border-color: #352516;
}
</style>