Shades of Cocoa Brown #352307
Tints of Cocoa Brown #352307
RGB
CMYK
RGB Variations
Color information
#352307 (or 0x352307) is known color: Cocoa Brown. HEX triplet: 35, 23 and 07. RGB value is (53,35,7). Sum of RGB (Red+Green+Blue) = 53+35+7=95 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.79% from 95); Green value is 35 (14.06% from 255 or 36.84% from 95); Blue value is 7 (3.12% from 255 or 7.37% from 95); Max value from RGB is 53 - color contains mainly: red. Hex color #352307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352307 is #CADCF8. Grayscale: #252525. Windows color (decimal): -13294841 or 467765. OLE color: 467765.
HSL color Cylindrical-coordinate representation of color #352307: hue angle of 36.52º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #352307 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 35 | 7 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.79 |
| HSL | 36.52º | 0.77% | 0.12% | - |
| HSV(B) | 36.52º | 0.87% | 0.21% | - |
| XYZ | 2.11 | 1.97 | 0.47 | - |
| YUV | 37.19 | 110.96 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 35 | 7 | 0 | 0.34 | 0.87 | 0.79 | 36.52 | 0.77 | 0.12 |
| Hex | 35 | 23 | 7 | 0 | 22 | 57 | 4F | 25 | 4D | C |
| Octal | 65 | 43 | 7 | 0 | 42 | 127 | 117 | 45 | 115 | 14 |
| Binary | 110101 | 100011 | 111 | 0 | 100010 | 1010111 | 1001111 | 100101 | 1001101 | 1100 |
Color Harmonies of #352307
Complementary color
Monochromatic Colors of #352307
Black with #352307
Text Example
Text Example
White with #352307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352307; }
p { color: rgb(53,35,7); }
H1.HeaderClassName
{
color: #352307;
}
.AnyTagClassName
{
color: #352307;
}
</style>
background-color css
<style>
a { background-color: #352307; }
a { background-color: rgb(53,35,7); }
div.DivClassName
{
background-color: #352307;
}
.BgClassName
{
background-color: #352307;
}
</style>
border-color css
<style>
span { border-color: #352307; }
span { border-color: rgb(53,35,7); }
td.TdClassName
{
border-color: #352307;
}
.TagClassName
{
border-color: #352307;
}
</style>