Shades of Cocoa Brown #342306
Tints of Cocoa Brown #342306
RGB
CMYK
RGB Variations
Color information
#342306 (or 0x342306) is known color: Cocoa Brown. HEX triplet: 34, 23 and 06. RGB value is (52,35,6). Sum of RGB (Red+Green+Blue) = 52+35+6=93 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.91% from 93); Green value is 35 (14.06% from 255 or 37.63% from 93); Blue value is 6 (2.73% from 255 or 6.45% from 93); Max value from RGB is 52 - color contains mainly: red. Hex color #342306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342306 is #CBDCF9. Grayscale: #242424. Windows color (decimal): -13360378 or 402228. OLE color: 402228.
HSL color Cylindrical-coordinate representation of color #342306: hue angle of 37.83º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #342306 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 35 | 6 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.80 |
| HSL | 37.83º | 0.79% | 0.11% | - |
| HSV(B) | 37.83º | 0.88% | 0.2% | - |
| XYZ | 2.05 | 1.95 | 0.44 | - |
| YUV | 36.78 | 110.63 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 35 | 6 | 0 | 0.33 | 0.88 | 0.80 | 37.83 | 0.79 | 0.11 |
| Hex | 34 | 23 | 6 | 0 | 21 | 58 | 50 | 26 | 4F | B |
| Octal | 64 | 43 | 6 | 0 | 41 | 130 | 120 | 46 | 117 | 13 |
| Binary | 110100 | 100011 | 110 | 0 | 100001 | 1011000 | 1010000 | 100110 | 1001111 | 1011 |
Color Harmonies of #342306
Complementary color
Monochromatic Colors of #342306
Black with #342306
Text Example
Text Example
White with #342306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342306; }
p { color: rgb(52,35,6); }
H1.HeaderClassName
{
color: #342306;
}
.AnyTagClassName
{
color: #342306;
}
</style>
background-color css
<style>
a { background-color: #342306; }
a { background-color: rgb(52,35,6); }
div.DivClassName
{
background-color: #342306;
}
.BgClassName
{
background-color: #342306;
}
</style>
border-color css
<style>
span { border-color: #342306; }
span { border-color: rgb(52,35,6); }
td.TdClassName
{
border-color: #342306;
}
.TagClassName
{
border-color: #342306;
}
</style>