Shades of Cocoa Brown #342010
Tints of Cocoa Brown #342010
RGB
CMYK
RGB Variations
Color information
#342010 (or 0x342010) is known color: Cocoa Brown. HEX triplet: 34, 20 and 10. RGB value is (52,32,16). Sum of RGB (Red+Green+Blue) = 52+32+16=100 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52% from 100); Green value is 32 (12.89% from 255 or 32% from 100); Blue value is 16 (6.64% from 255 or 16% from 100); Max value from RGB is 52 - color contains mainly: red. Hex color #342010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342010 is #CBDFEF. Grayscale: #242424. Windows color (decimal): -13361136 or 1056820. OLE color: 1056820.
HSL color Cylindrical-coordinate representation of color #342010: hue angle of 26.67º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #342010 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 32 | 16 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.80 |
| HSL | 26.67º | 0.53% | 0.13% | - |
| HSV(B) | 26.67º | 0.69% | 0.2% | - |
| XYZ | 2.03 | 1.8 | 0.73 | - |
| YUV | 36.16 | 116.63 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 32 | 16 | 0 | 0.38 | 0.69 | 0.80 | 26.67 | 0.53 | 0.13 |
| Hex | 34 | 20 | 10 | 0 | 26 | 45 | 50 | 1B | 35 | D |
| Octal | 64 | 40 | 20 | 0 | 46 | 105 | 120 | 33 | 65 | 15 |
| Binary | 110100 | 100000 | 10000 | 0 | 100110 | 1000101 | 1010000 | 11011 | 110101 | 1101 |
Color Harmonies of #342010
Complementary color
Monochromatic Colors of #342010
Black with #342010
Text Example
Text Example
White with #342010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342010; }
p { color: rgb(52,32,16); }
H1.HeaderClassName
{
color: #342010;
}
.AnyTagClassName
{
color: #342010;
}
</style>
background-color css
<style>
a { background-color: #342010; }
a { background-color: rgb(52,32,16); }
div.DivClassName
{
background-color: #342010;
}
.BgClassName
{
background-color: #342010;
}
</style>
border-color css
<style>
span { border-color: #342010; }
span { border-color: rgb(52,32,16); }
td.TdClassName
{
border-color: #342010;
}
.TagClassName
{
border-color: #342010;
}
</style>