Shades of Cocoa Brown #342921
Tints of Cocoa Brown #342921
RGB
CMYK
RGB Variations
Color information
#342921 (or 0x342921) is known color: Cocoa Brown. HEX triplet: 34, 29 and 21. RGB value is (52,41,33). Sum of RGB (Red+Green+Blue) = 52+41+33=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 41 (16.41% from 255 or 32.54% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 52 - color contains mainly: red. Hex color #342921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342921 is #CBD6DE. Grayscale: #2B2B2B. Windows color (decimal): -13358815 or 2173236. OLE color: 2173236.
HSL color Cylindrical-coordinate representation of color #342921: hue angle of 25.26º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #342921 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 41 | 33 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.80 |
| HSL | 25.26º | 0.22% | 0.17% | - |
| HSV(B) | 25.26º | 0.37% | 0.2% | - |
| XYZ | 2.48 | 2.43 | 1.78 | - |
| YUV | 43.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 41 | 33 | 0 | 0.21 | 0.37 | 0.80 | 25.26 | 0.22 | 0.17 |
| Hex | 34 | 29 | 21 | 0 | 15 | 25 | 50 | 19 | 16 | 11 |
| Octal | 64 | 51 | 41 | 0 | 25 | 45 | 120 | 31 | 26 | 21 |
| Binary | 110100 | 101001 | 100001 | 0 | 10101 | 100101 | 1010000 | 11001 | 10110 | 10001 |
Color Harmonies of #342921
Complementary color
Monochromatic Colors of #342921
Black with #342921
Text Example
Text Example
White with #342921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342921; }
p { color: rgb(52,41,33); }
H1.HeaderClassName
{
color: #342921;
}
.AnyTagClassName
{
color: #342921;
}
</style>
background-color css
<style>
a { background-color: #342921; }
a { background-color: rgb(52,41,33); }
div.DivClassName
{
background-color: #342921;
}
.BgClassName
{
background-color: #342921;
}
</style>
border-color css
<style>
span { border-color: #342921; }
span { border-color: rgb(52,41,33); }
td.TdClassName
{
border-color: #342921;
}
.TagClassName
{
border-color: #342921;
}
</style>