Shades of Cocoa Brown #352009
Tints of Cocoa Brown #352009
RGB
CMYK
RGB Variations
Color information
#352009 (or 0x352009) is known color: Cocoa Brown. HEX triplet: 35, 20 and 09. RGB value is (53,32,9). Sum of RGB (Red+Green+Blue) = 53+32+9=94 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.38% from 94); Green value is 32 (12.89% from 255 or 34.04% from 94); Blue value is 9 (3.91% from 255 or 9.57% from 94); Max value from RGB is 53 - color contains mainly: red. Hex color #352009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352009 is #CADFF6. Grayscale: #232323. Windows color (decimal): -13295607 or 598069. OLE color: 598069.
HSL color Cylindrical-coordinate representation of color #352009: hue angle of 31.36º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #352009 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 32 | 9 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.79 |
| HSL | 31.36º | 0.71% | 0.12% | - |
| HSV(B) | 31.36º | 0.83% | 0.21% | - |
| XYZ | 2.03 | 1.81 | 0.5 | - |
| YUV | 35.66 | 112.96 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 32 | 9 | 0 | 0.40 | 0.83 | 0.79 | 31.36 | 0.71 | 0.12 |
| Hex | 35 | 20 | 9 | 0 | 28 | 53 | 4F | 1F | 47 | C |
| Octal | 65 | 40 | 11 | 0 | 50 | 123 | 117 | 37 | 107 | 14 |
| Binary | 110101 | 100000 | 1001 | 0 | 101000 | 1010011 | 1001111 | 11111 | 1000111 | 1100 |
Color Harmonies of #352009
Complementary color
Monochromatic Colors of #352009
Black with #352009
Text Example
Text Example
White with #352009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352009; }
p { color: rgb(53,32,9); }
H1.HeaderClassName
{
color: #352009;
}
.AnyTagClassName
{
color: #352009;
}
</style>
background-color css
<style>
a { background-color: #352009; }
a { background-color: rgb(53,32,9); }
div.DivClassName
{
background-color: #352009;
}
.BgClassName
{
background-color: #352009;
}
</style>
border-color css
<style>
span { border-color: #352009; }
span { border-color: rgb(53,32,9); }
td.TdClassName
{
border-color: #352009;
}
.TagClassName
{
border-color: #352009;
}
</style>