Shades of Cocoa Brown #342009
Tints of Cocoa Brown #342009
RGB
CMYK
RGB Variations
Color information
#342009 (or 0x342009) is known color: Cocoa Brown. HEX triplet: 34, 20 and 09. RGB value is (52,32,9). Sum of RGB (Red+Green+Blue) = 52+32+9=93 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.91% from 93); Green value is 32 (12.89% from 255 or 34.41% from 93); Blue value is 9 (3.91% from 255 or 9.68% from 93); Max value from RGB is 52 - color contains mainly: red. Hex color #342009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342009 is #CBDFF6. Grayscale: #232323. Windows color (decimal): -13361143 or 598068. OLE color: 598068.
HSL color Cylindrical-coordinate representation of color #342009: hue angle of 32.09º 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 #342009 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 32 | 9 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.80 |
| HSL | 32.09º | 0.7% | 0.12% | - |
| HSV(B) | 32.09º | 0.83% | 0.2% | - |
| XYZ | 1.98 | 1.78 | 0.5 | - |
| YUV | 35.36 | 113.13 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 32 | 9 | 0 | 0.38 | 0.83 | 0.80 | 32.09 | 0.7 | 0.12 |
| Hex | 34 | 20 | 9 | 0 | 26 | 53 | 50 | 20 | 46 | C |
| Octal | 64 | 40 | 11 | 0 | 46 | 123 | 120 | 40 | 106 | 14 |
| Binary | 110100 | 100000 | 1001 | 0 | 100110 | 1010011 | 1010000 | 100000 | 1000110 | 1100 |
Color Harmonies of #342009
Complementary color
Monochromatic Colors of #342009
Black with #342009
Text Example
Text Example
White with #342009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342009; }
p { color: rgb(52,32,9); }
H1.HeaderClassName
{
color: #342009;
}
.AnyTagClassName
{
color: #342009;
}
</style>
background-color css
<style>
a { background-color: #342009; }
a { background-color: rgb(52,32,9); }
div.DivClassName
{
background-color: #342009;
}
.BgClassName
{
background-color: #342009;
}
</style>
border-color css
<style>
span { border-color: #342009; }
span { border-color: rgb(52,32,9); }
td.TdClassName
{
border-color: #342009;
}
.TagClassName
{
border-color: #342009;
}
</style>