Shades of Cocoa Brown #35200C
Tints of Cocoa Brown #35200C
RGB
CMYK
RGB Variations
Color information
#35200C (or 0x35200C) is known color: Cocoa Brown. HEX triplet: 35, 20 and 0C. RGB value is (53,32,12). Sum of RGB (Red+Green+Blue) = 53+32+12=97 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.64% from 97); Green value is 32 (12.89% from 255 or 32.99% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 53 - color contains mainly: red. Hex color #35200C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35200C is #CADFF3. Grayscale: #242424. Windows color (decimal): -13295604 or 794677. OLE color: 794677.
HSL color Cylindrical-coordinate representation of color #35200C: hue angle of 29.27º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35200C is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 32 | 12 | - |
| CMYK | 0 | 0.40 | 0.77 | 0.79 |
| HSL | 29.27º | 0.63% | 0.13% | - |
| HSV(B) | 29.27º | 0.77% | 0.21% | - |
| XYZ | 2.05 | 1.82 | 0.59 | - |
| YUV | 36 | 114.46 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 32 | 12 | 0 | 0.40 | 0.77 | 0.79 | 29.27 | 0.63 | 0.13 |
| Hex | 35 | 20 | C | 0 | 28 | 4D | 4F | 1D | 3F | D |
| Octal | 65 | 40 | 14 | 0 | 50 | 115 | 117 | 35 | 77 | 15 |
| Binary | 110101 | 100000 | 1100 | 0 | 101000 | 1001101 | 1001111 | 11101 | 111111 | 1101 |
Color Harmonies of #35200C
Complementary color
Monochromatic Colors of #35200C
Black with #35200C
Text Example
Text Example
White with #35200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35200C; }
p { color: rgb(53,32,12); }
H1.HeaderClassName
{
color: #35200C;
}
.AnyTagClassName
{
color: #35200C;
}
</style>
background-color css
<style>
a { background-color: #35200C; }
a { background-color: rgb(53,32,12); }
div.DivClassName
{
background-color: #35200C;
}
.BgClassName
{
background-color: #35200C;
}
</style>
border-color css
<style>
span { border-color: #35200C; }
span { border-color: rgb(53,32,12); }
td.TdClassName
{
border-color: #35200C;
}
.TagClassName
{
border-color: #35200C;
}
</style>