Shades of Cocoa Brown #342013
Tints of Cocoa Brown #342013
RGB
CMYK
RGB Variations
Color information
#342013 (or 0x342013) is known color: Cocoa Brown. HEX triplet: 34, 20 and 13. RGB value is (52,32,19). Sum of RGB (Red+Green+Blue) = 52+32+19=103 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.49% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 52 - color contains mainly: red. Hex color #342013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342013 is #CBDFEC. Grayscale: #242424. Windows color (decimal): -13361133 or 1253428. OLE color: 1253428.
HSL color Cylindrical-coordinate representation of color #342013: hue angle of 23.64º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #342013 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 32 | 19 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.80 |
| HSL | 23.64º | 0.46% | 0.14% | - |
| HSV(B) | 23.64º | 0.63% | 0.2% | - |
| XYZ | 2.05 | 1.81 | 0.86 | - |
| YUV | 36.5 | 118.13 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 32 | 19 | 0 | 0.38 | 0.63 | 0.80 | 23.64 | 0.46 | 0.14 |
| Hex | 34 | 20 | 13 | 0 | 26 | 3F | 50 | 18 | 2E | E |
| Octal | 64 | 40 | 23 | 0 | 46 | 77 | 120 | 30 | 56 | 16 |
| Binary | 110100 | 100000 | 10011 | 0 | 100110 | 111111 | 1010000 | 11000 | 101110 | 1110 |
Color Harmonies of #342013
Complementary color
Monochromatic Colors of #342013
Black with #342013
Text Example
Text Example
White with #342013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342013; }
p { color: rgb(52,32,19); }
H1.HeaderClassName
{
color: #342013;
}
.AnyTagClassName
{
color: #342013;
}
</style>
background-color css
<style>
a { background-color: #342013; }
a { background-color: rgb(52,32,19); }
div.DivClassName
{
background-color: #342013;
}
.BgClassName
{
background-color: #342013;
}
</style>
border-color css
<style>
span { border-color: #342013; }
span { border-color: rgb(52,32,19); }
td.TdClassName
{
border-color: #342013;
}
.TagClassName
{
border-color: #342013;
}
</style>