Shades of Cocoa Brown #352311
Tints of Cocoa Brown #352311
RGB
CMYK
RGB Variations
Color information
#352311 (or 0x352311) is known color: Cocoa Brown. HEX triplet: 35, 23 and 11. RGB value is (53,35,17). Sum of RGB (Red+Green+Blue) = 53+35+17=105 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.48% from 105); Green value is 35 (14.06% from 255 or 33.33% from 105); Blue value is 17 (7.03% from 255 or 16.19% from 105); Max value from RGB is 53 - color contains mainly: red. Hex color #352311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352311 is #CADCEE. Grayscale: #262626. Windows color (decimal): -13294831 or 1123125. OLE color: 1123125.
HSL color Cylindrical-coordinate representation of color #352311: hue angle of 30º 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 #352311 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 35 | 17 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.79 |
| HSL | 30º | 0.51% | 0.14% | - |
| HSV(B) | 30º | 0.68% | 0.21% | - |
| XYZ | 2.17 | 2 | 0.8 | - |
| YUV | 38.33 | 115.96 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 35 | 17 | 0 | 0.34 | 0.68 | 0.79 | 30 | 0.51 | 0.14 |
| Hex | 35 | 23 | 11 | 0 | 22 | 44 | 4F | 1E | 33 | E |
| Octal | 65 | 43 | 21 | 0 | 42 | 104 | 117 | 36 | 63 | 16 |
| Binary | 110101 | 100011 | 10001 | 0 | 100010 | 1000100 | 1001111 | 11110 | 110011 | 1110 |
Color Harmonies of #352311
Complementary color
Monochromatic Colors of #352311
Black with #352311
Text Example
Text Example
White with #352311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352311; }
p { color: rgb(53,35,17); }
H1.HeaderClassName
{
color: #352311;
}
.AnyTagClassName
{
color: #352311;
}
</style>
background-color css
<style>
a { background-color: #352311; }
a { background-color: rgb(53,35,17); }
div.DivClassName
{
background-color: #352311;
}
.BgClassName
{
background-color: #352311;
}
</style>
border-color css
<style>
span { border-color: #352311; }
span { border-color: rgb(53,35,17); }
td.TdClassName
{
border-color: #352311;
}
.TagClassName
{
border-color: #352311;
}
</style>