Shades of Cocoa Brown #352010
Tints of Cocoa Brown #352010
RGB
CMYK
RGB Variations
Color information
#352010 (or 0x352010) is known color: Cocoa Brown. HEX triplet: 35, 20 and 10. RGB value is (53,32,16). Sum of RGB (Red+Green+Blue) = 53+32+16=101 (13% of max value = 765). Red value is 53 (21.09% from 255 or 52.48% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 16 (6.64% from 255 or 15.84% from 101); Max value from RGB is 53 - color contains mainly: red. Hex color #352010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352010 is #CADFEF. Grayscale: #242424. Windows color (decimal): -13295600 or 1056821. OLE color: 1056821.
HSL color Cylindrical-coordinate representation of color #352010: hue angle of 25.95º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #352010 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 32 | 16 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.79 |
| HSL | 25.95º | 0.54% | 0.14% | - |
| HSV(B) | 25.95º | 0.7% | 0.21% | - |
| XYZ | 2.08 | 1.83 | 0.73 | - |
| YUV | 36.46 | 116.46 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 32 | 16 | 0 | 0.40 | 0.70 | 0.79 | 25.95 | 0.54 | 0.14 |
| Hex | 35 | 20 | 10 | 0 | 28 | 46 | 4F | 1A | 36 | E |
| Octal | 65 | 40 | 20 | 0 | 50 | 106 | 117 | 32 | 66 | 16 |
| Binary | 110101 | 100000 | 10000 | 0 | 101000 | 1000110 | 1001111 | 11010 | 110110 | 1110 |
Color Harmonies of #352010
Complementary color
Monochromatic Colors of #352010
Black with #352010
Text Example
Text Example
White with #352010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352010; }
p { color: rgb(53,32,16); }
H1.HeaderClassName
{
color: #352010;
}
.AnyTagClassName
{
color: #352010;
}
</style>
background-color css
<style>
a { background-color: #352010; }
a { background-color: rgb(53,32,16); }
div.DivClassName
{
background-color: #352010;
}
.BgClassName
{
background-color: #352010;
}
</style>
border-color css
<style>
span { border-color: #352010; }
span { border-color: rgb(53,32,16); }
td.TdClassName
{
border-color: #352010;
}
.TagClassName
{
border-color: #352010;
}
</style>