Shades of Cocoa Brown #35210C
Tints of Cocoa Brown #35210C
RGB
CMYK
RGB Variations
Color information
#35210C (or 0x35210C) is known color: Cocoa Brown. HEX triplet: 35, 21 and 0C. RGB value is (53,33,12). Sum of RGB (Red+Green+Blue) = 53+33+12=98 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.08% from 98); Green value is 33 (13.28% from 255 or 33.67% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 53 - color contains mainly: red. Hex color #35210C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35210C is #CADEF3. Grayscale: #242424. Windows color (decimal): -13295348 or 794933. OLE color: 794933.
HSL color Cylindrical-coordinate representation of color #35210C: hue angle of 30.73º 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 #35210C is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 33 | 12 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.79 |
| HSL | 30.73º | 0.63% | 0.13% | - |
| HSV(B) | 30.73º | 0.77% | 0.21% | - |
| XYZ | 2.08 | 1.87 | 0.6 | - |
| YUV | 36.59 | 114.13 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 33 | 12 | 0 | 0.38 | 0.77 | 0.79 | 30.73 | 0.63 | 0.13 |
| Hex | 35 | 21 | C | 0 | 26 | 4D | 4F | 1F | 3F | D |
| Octal | 65 | 41 | 14 | 0 | 46 | 115 | 117 | 37 | 77 | 15 |
| Binary | 110101 | 100001 | 1100 | 0 | 100110 | 1001101 | 1001111 | 11111 | 111111 | 1101 |
Color Harmonies of #35210C
Complementary color
Monochromatic Colors of #35210C
Black with #35210C
Text Example
Text Example
White with #35210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35210C; }
p { color: rgb(53,33,12); }
H1.HeaderClassName
{
color: #35210C;
}
.AnyTagClassName
{
color: #35210C;
}
</style>
background-color css
<style>
a { background-color: #35210C; }
a { background-color: rgb(53,33,12); }
div.DivClassName
{
background-color: #35210C;
}
.BgClassName
{
background-color: #35210C;
}
</style>
border-color css
<style>
span { border-color: #35210C; }
span { border-color: rgb(53,33,12); }
td.TdClassName
{
border-color: #35210C;
}
.TagClassName
{
border-color: #35210C;
}
</style>