Shades of Cocoa Brown #352411
Tints of Cocoa Brown #352411
RGB
CMYK
RGB Variations
Color information
#352411 (or 0x352411) is known color: Cocoa Brown. HEX triplet: 35, 24 and 11. RGB value is (53,36,17). Sum of RGB (Red+Green+Blue) = 53+36+17=106 (14% of max value = 765). Red value is 53 (21.09% from 255 or 50% from 106); Green value is 36 (14.45% from 255 or 33.96% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 53 - color contains mainly: red. Hex color #352411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352411 is #CADBEE. Grayscale: #272727. Windows color (decimal): -13294575 or 1123381. OLE color: 1123381.
HSL color Cylindrical-coordinate representation of color #352411: hue angle of 31.67º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #352411 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 36 | 17 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.79 |
| HSL | 31.67º | 0.51% | 0.14% | - |
| HSV(B) | 31.67º | 0.68% | 0.21% | - |
| XYZ | 2.2 | 2.06 | 0.81 | - |
| YUV | 38.92 | 115.63 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 36 | 17 | 0 | 0.32 | 0.68 | 0.79 | 31.67 | 0.51 | 0.14 |
| Hex | 35 | 24 | 11 | 0 | 20 | 44 | 4F | 20 | 33 | E |
| Octal | 65 | 44 | 21 | 0 | 40 | 104 | 117 | 40 | 63 | 16 |
| Binary | 110101 | 100100 | 10001 | 0 | 100000 | 1000100 | 1001111 | 100000 | 110011 | 1110 |
Color Harmonies of #352411
Complementary color
Monochromatic Colors of #352411
Black with #352411
Text Example
Text Example
White with #352411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352411; }
p { color: rgb(53,36,17); }
H1.HeaderClassName
{
color: #352411;
}
.AnyTagClassName
{
color: #352411;
}
</style>
background-color css
<style>
a { background-color: #352411; }
a { background-color: rgb(53,36,17); }
div.DivClassName
{
background-color: #352411;
}
.BgClassName
{
background-color: #352411;
}
</style>
border-color css
<style>
span { border-color: #352411; }
span { border-color: rgb(53,36,17); }
td.TdClassName
{
border-color: #352411;
}
.TagClassName
{
border-color: #352411;
}
</style>