Shades of Cocoa Brown #34210C
Tints of Cocoa Brown #34210C
RGB
CMYK
RGB Variations
Color information
#34210C (or 0x34210C) is known color: Cocoa Brown. HEX triplet: 34, 21 and 0C. RGB value is (52,33,12). Sum of RGB (Red+Green+Blue) = 52+33+12=97 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.61% from 97); Green value is 33 (13.28% from 255 or 34.02% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 52 - color contains mainly: red. Hex color #34210C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34210C is #CBDEF3. Grayscale: #242424. Windows color (decimal): -13360884 or 794932. OLE color: 794932.
HSL color Cylindrical-coordinate representation of color #34210C: hue angle of 31.5º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34210C is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 33 | 12 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.80 |
| HSL | 31.5º | 0.63% | 0.13% | - |
| HSV(B) | 31.5º | 0.77% | 0.2% | - |
| XYZ | 2.03 | 1.84 | 0.6 | - |
| YUV | 36.29 | 114.29 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 33 | 12 | 0 | 0.37 | 0.77 | 0.80 | 31.5 | 0.63 | 0.13 |
| Hex | 34 | 21 | C | 0 | 25 | 4D | 50 | 1F | 3E | D |
| Octal | 64 | 41 | 14 | 0 | 45 | 115 | 120 | 37 | 76 | 15 |
| Binary | 110100 | 100001 | 1100 | 0 | 100101 | 1001101 | 1010000 | 11111 | 111110 | 1101 |
Color Harmonies of #34210C
Complementary color
Monochromatic Colors of #34210C
Black with #34210C
Text Example
Text Example
White with #34210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34210C; }
p { color: rgb(52,33,12); }
H1.HeaderClassName
{
color: #34210C;
}
.AnyTagClassName
{
color: #34210C;
}
</style>
background-color css
<style>
a { background-color: #34210C; }
a { background-color: rgb(52,33,12); }
div.DivClassName
{
background-color: #34210C;
}
.BgClassName
{
background-color: #34210C;
}
</style>
border-color css
<style>
span { border-color: #34210C; }
span { border-color: rgb(52,33,12); }
td.TdClassName
{
border-color: #34210C;
}
.TagClassName
{
border-color: #34210C;
}
</style>