Shades of Cocoa Brown #352304
Tints of Cocoa Brown #352304
RGB
CMYK
RGB Variations
Color information
#352304 (or 0x352304) is known color: Cocoa Brown. HEX triplet: 35, 23 and 04. RGB value is (53,35,4). Sum of RGB (Red+Green+Blue) = 53+35+4=92 (12% of max value = 765). Red value is 53 (21.09% from 255 or 57.61% from 92); Green value is 35 (14.06% from 255 or 38.04% from 92); Blue value is 4 (1.95% from 255 or 4.35% from 92); Max value from RGB is 53 - color contains mainly: red. Hex color #352304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352304 is #CADCFB. Grayscale: #242424. Windows color (decimal): -13294844 or 271157. OLE color: 271157.
HSL color Cylindrical-coordinate representation of color #352304: hue angle of 37.96º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #352304 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 35 | 4 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.79 |
| HSL | 37.96º | 0.86% | 0.11% | - |
| HSV(B) | 37.96º | 0.92% | 0.21% | - |
| XYZ | 2.09 | 1.97 | 0.38 | - |
| YUV | 36.85 | 109.46 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 35 | 4 | 0 | 0.34 | 0.92 | 0.79 | 37.96 | 0.86 | 0.11 |
| Hex | 35 | 23 | 4 | 0 | 22 | 5C | 4F | 26 | 56 | B |
| Octal | 65 | 43 | 4 | 0 | 42 | 134 | 117 | 46 | 126 | 13 |
| Binary | 110101 | 100011 | 100 | 0 | 100010 | 1011100 | 1001111 | 100110 | 1010110 | 1011 |
Color Harmonies of #352304
Complementary color
Monochromatic Colors of #352304
Black with #352304
Text Example
Text Example
White with #352304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352304; }
p { color: rgb(53,35,4); }
H1.HeaderClassName
{
color: #352304;
}
.AnyTagClassName
{
color: #352304;
}
</style>
background-color css
<style>
a { background-color: #352304; }
a { background-color: rgb(53,35,4); }
div.DivClassName
{
background-color: #352304;
}
.BgClassName
{
background-color: #352304;
}
</style>
border-color css
<style>
span { border-color: #352304; }
span { border-color: rgb(53,35,4); }
td.TdClassName
{
border-color: #352304;
}
.TagClassName
{
border-color: #352304;
}
</style>