Shades of Cocoa Brown #342820
Tints of Cocoa Brown #342820
RGB
CMYK
RGB Variations
Color information
#342820 (or 0x342820) is known color: Cocoa Brown. HEX triplet: 34, 28 and 20. RGB value is (52,40,32). Sum of RGB (Red+Green+Blue) = 52+40+32=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 52 - color contains mainly: red. Hex color #342820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342820 is #CBD7DF. Grayscale: #2A2A2A. Windows color (decimal): -13359072 or 2107444. OLE color: 2107444.
HSL color Cylindrical-coordinate representation of color #342820: hue angle of 24º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #342820 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 40 | 32 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.80 |
| HSL | 24º | 0.24% | 0.16% | - |
| HSV(B) | 24º | 0.38% | 0.2% | - |
| XYZ | 2.44 | 2.35 | 1.69 | - |
| YUV | 42.68 | 121.98 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 40 | 32 | 0 | 0.23 | 0.38 | 0.80 | 24 | 0.24 | 0.16 |
| Hex | 34 | 28 | 20 | 0 | 17 | 26 | 50 | 18 | 18 | 10 |
| Octal | 64 | 50 | 40 | 0 | 27 | 46 | 120 | 30 | 30 | 20 |
| Binary | 110100 | 101000 | 100000 | 0 | 10111 | 100110 | 1010000 | 11000 | 11000 | 10000 |
Color Harmonies of #342820
Complementary color
Monochromatic Colors of #342820
Black with #342820
Text Example
Text Example
White with #342820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342820; }
p { color: rgb(52,40,32); }
H1.HeaderClassName
{
color: #342820;
}
.AnyTagClassName
{
color: #342820;
}
</style>
background-color css
<style>
a { background-color: #342820; }
a { background-color: rgb(52,40,32); }
div.DivClassName
{
background-color: #342820;
}
.BgClassName
{
background-color: #342820;
}
</style>
border-color css
<style>
span { border-color: #342820; }
span { border-color: rgb(52,40,32); }
td.TdClassName
{
border-color: #342820;
}
.TagClassName
{
border-color: #342820;
}
</style>