Shades of Cocoa Brown #352306
Tints of Cocoa Brown #352306
RGB
CMYK
RGB Variations
Color information
#352306 (or 0x352306) is known color: Cocoa Brown. HEX triplet: 35, 23 and 06. RGB value is (53,35,6). Sum of RGB (Red+Green+Blue) = 53+35+6=94 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.38% from 94); Green value is 35 (14.06% from 255 or 37.23% from 94); Blue value is 6 (2.73% from 255 or 6.38% from 94); Max value from RGB is 53 - color contains mainly: red. Hex color #352306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352306 is #CADCF9. Grayscale: #252525. Windows color (decimal): -13294842 or 402229. OLE color: 402229.
HSL color Cylindrical-coordinate representation of color #352306: hue angle of 37.02º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #352306 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 35 | 6 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.79 |
| HSL | 37.02º | 0.8% | 0.12% | - |
| HSV(B) | 37.02º | 0.89% | 0.21% | - |
| XYZ | 2.1 | 1.97 | 0.44 | - |
| YUV | 37.08 | 110.46 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 35 | 6 | 0 | 0.34 | 0.89 | 0.79 | 37.02 | 0.8 | 0.12 |
| Hex | 35 | 23 | 6 | 0 | 22 | 59 | 4F | 25 | 50 | C |
| Octal | 65 | 43 | 6 | 0 | 42 | 131 | 117 | 45 | 120 | 14 |
| Binary | 110101 | 100011 | 110 | 0 | 100010 | 1011001 | 1001111 | 100101 | 1010000 | 1100 |
Color Harmonies of #352306
Complementary color
Monochromatic Colors of #352306
Black with #352306
Text Example
Text Example
White with #352306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352306; }
p { color: rgb(53,35,6); }
H1.HeaderClassName
{
color: #352306;
}
.AnyTagClassName
{
color: #352306;
}
</style>
background-color css
<style>
a { background-color: #352306; }
a { background-color: rgb(53,35,6); }
div.DivClassName
{
background-color: #352306;
}
.BgClassName
{
background-color: #352306;
}
</style>
border-color css
<style>
span { border-color: #352306; }
span { border-color: rgb(53,35,6); }
td.TdClassName
{
border-color: #352306;
}
.TagClassName
{
border-color: #352306;
}
</style>