Shades of Cocoa Brown #342109
Tints of Cocoa Brown #342109
RGB
CMYK
RGB Variations
Color information
#342109 (or 0x342109) is known color: Cocoa Brown. HEX triplet: 34, 21 and 09. RGB value is (52,33,9). Sum of RGB (Red+Green+Blue) = 52+33+9=94 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.32% from 94); Green value is 33 (13.28% from 255 or 35.11% from 94); Blue value is 9 (3.91% from 255 or 9.57% from 94); Max value from RGB is 52 - color contains mainly: red. Hex color #342109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342109 is #CBDEF6. Grayscale: #242424. Windows color (decimal): -13360887 or 598324. OLE color: 598324.
HSL color Cylindrical-coordinate representation of color #342109: hue angle of 33.49º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #342109 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 33 | 9 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.80 |
| HSL | 33.49º | 0.7% | 0.12% | - |
| HSV(B) | 33.49º | 0.83% | 0.2% | - |
| XYZ | 2.01 | 1.84 | 0.51 | - |
| YUV | 35.95 | 112.79 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 33 | 9 | 0 | 0.37 | 0.83 | 0.80 | 33.49 | 0.7 | 0.12 |
| Hex | 34 | 21 | 9 | 0 | 25 | 53 | 50 | 21 | 46 | C |
| Octal | 64 | 41 | 11 | 0 | 45 | 123 | 120 | 41 | 106 | 14 |
| Binary | 110100 | 100001 | 1001 | 0 | 100101 | 1010011 | 1010000 | 100001 | 1000110 | 1100 |
Color Harmonies of #342109
Complementary color
Monochromatic Colors of #342109
Black with #342109
Text Example
Text Example
White with #342109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342109; }
p { color: rgb(52,33,9); }
H1.HeaderClassName
{
color: #342109;
}
.AnyTagClassName
{
color: #342109;
}
</style>
background-color css
<style>
a { background-color: #342109; }
a { background-color: rgb(52,33,9); }
div.DivClassName
{
background-color: #342109;
}
.BgClassName
{
background-color: #342109;
}
</style>
border-color css
<style>
span { border-color: #342109; }
span { border-color: rgb(52,33,9); }
td.TdClassName
{
border-color: #342109;
}
.TagClassName
{
border-color: #342109;
}
</style>