Shades of Cocoa Brown #342411
Tints of Cocoa Brown #342411
RGB
CMYK
RGB Variations
Color information
#342411 (or 0x342411) is known color: Cocoa Brown. HEX triplet: 34, 24 and 11. RGB value is (52,36,17). Sum of RGB (Red+Green+Blue) = 52+36+17=105 (13% of max value = 765). Red value is 52 (20.70% from 255 or 49.52% from 105); Green value is 36 (14.45% from 255 or 34.29% from 105); Blue value is 17 (7.03% from 255 or 16.19% from 105); Max value from RGB is 52 - color contains mainly: red. Hex color #342411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342411 is #CBDBEE. Grayscale: #262626. Windows color (decimal): -13360111 or 1123380. OLE color: 1123380.
HSL color Cylindrical-coordinate representation of color #342411: hue angle of 32.57º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #342411 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 36 | 17 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.80 |
| HSL | 32.57º | 0.51% | 0.14% | - |
| HSV(B) | 32.57º | 0.67% | 0.2% | - |
| XYZ | 2.15 | 2.03 | 0.81 | - |
| YUV | 38.62 | 115.8 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 36 | 17 | 0 | 0.31 | 0.67 | 0.80 | 32.57 | 0.51 | 0.14 |
| Hex | 34 | 24 | 11 | 0 | 1F | 43 | 50 | 21 | 33 | E |
| Octal | 64 | 44 | 21 | 0 | 37 | 103 | 120 | 41 | 63 | 16 |
| Binary | 110100 | 100100 | 10001 | 0 | 11111 | 1000011 | 1010000 | 100001 | 110011 | 1110 |
Color Harmonies of #342411
Complementary color
Monochromatic Colors of #342411
Black with #342411
Text Example
Text Example
White with #342411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342411; }
p { color: rgb(52,36,17); }
H1.HeaderClassName
{
color: #342411;
}
.AnyTagClassName
{
color: #342411;
}
</style>
background-color css
<style>
a { background-color: #342411; }
a { background-color: rgb(52,36,17); }
div.DivClassName
{
background-color: #342411;
}
.BgClassName
{
background-color: #342411;
}
</style>
border-color css
<style>
span { border-color: #342411; }
span { border-color: rgb(52,36,17); }
td.TdClassName
{
border-color: #342411;
}
.TagClassName
{
border-color: #342411;
}
</style>