Shades of Cocoa Brown #342211
Tints of Cocoa Brown #342211
RGB
CMYK
RGB Variations
Color information
#342211 (or 0x342211) is known color: Cocoa Brown. HEX triplet: 34, 22 and 11. RGB value is (52,34,17). Sum of RGB (Red+Green+Blue) = 52+34+17=103 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.49% from 103); Green value is 34 (13.67% from 255 or 33.01% from 103); Blue value is 17 (7.03% from 255 or 16.50% from 103); Max value from RGB is 52 - color contains mainly: red. Hex color #342211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342211 is #CBDDEE. Grayscale: #252525. Windows color (decimal): -13360623 or 1122868. OLE color: 1122868.
HSL color Cylindrical-coordinate representation of color #342211: hue angle of 29.14º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #342211 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 34 | 17 | - |
| CMYK | 0 | 0.35 | 0.67 | 0.80 |
| HSL | 29.14º | 0.51% | 0.14% | - |
| HSV(B) | 29.14º | 0.67% | 0.2% | - |
| XYZ | 2.09 | 1.91 | 0.79 | - |
| YUV | 37.44 | 116.46 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 34 | 17 | 0 | 0.35 | 0.67 | 0.80 | 29.14 | 0.51 | 0.14 |
| Hex | 34 | 22 | 11 | 0 | 23 | 43 | 50 | 1D | 33 | E |
| Octal | 64 | 42 | 21 | 0 | 43 | 103 | 120 | 35 | 63 | 16 |
| Binary | 110100 | 100010 | 10001 | 0 | 100011 | 1000011 | 1010000 | 11101 | 110011 | 1110 |
Color Harmonies of #342211
Complementary color
Monochromatic Colors of #342211
Black with #342211
Text Example
Text Example
White with #342211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342211; }
p { color: rgb(52,34,17); }
H1.HeaderClassName
{
color: #342211;
}
.AnyTagClassName
{
color: #342211;
}
</style>
background-color css
<style>
a { background-color: #342211; }
a { background-color: rgb(52,34,17); }
div.DivClassName
{
background-color: #342211;
}
.BgClassName
{
background-color: #342211;
}
</style>
border-color css
<style>
span { border-color: #342211; }
span { border-color: rgb(52,34,17); }
td.TdClassName
{
border-color: #342211;
}
.TagClassName
{
border-color: #342211;
}
</style>