Shades of Cocoa Brown #342413
Tints of Cocoa Brown #342413
RGB
CMYK
RGB Variations
Color information
#342413 (or 0x342413) is known color: Cocoa Brown. HEX triplet: 34, 24 and 13. RGB value is (52,36,19). Sum of RGB (Red+Green+Blue) = 52+36+19=107 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.60% from 107); Green value is 36 (14.45% from 255 or 33.64% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 52 - color contains mainly: red. Hex color #342413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342413 is #CBDBEC. Grayscale: #262626. Windows color (decimal): -13360109 or 1254452. OLE color: 1254452.
HSL color Cylindrical-coordinate representation of color #342413: hue angle of 30.91º 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 #342413 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 36 | 19 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.80 |
| HSL | 30.91º | 0.46% | 0.14% | - |
| HSV(B) | 30.91º | 0.63% | 0.2% | - |
| XYZ | 2.16 | 2.04 | 0.9 | - |
| YUV | 38.85 | 116.8 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 36 | 19 | 0 | 0.31 | 0.63 | 0.80 | 30.91 | 0.46 | 0.14 |
| Hex | 34 | 24 | 13 | 0 | 1F | 3F | 50 | 1F | 2E | E |
| Octal | 64 | 44 | 23 | 0 | 37 | 77 | 120 | 37 | 56 | 16 |
| Binary | 110100 | 100100 | 10011 | 0 | 11111 | 111111 | 1010000 | 11111 | 101110 | 1110 |
Color Harmonies of #342413
Complementary color
Monochromatic Colors of #342413
Black with #342413
Text Example
Text Example
White with #342413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342413; }
p { color: rgb(52,36,19); }
H1.HeaderClassName
{
color: #342413;
}
.AnyTagClassName
{
color: #342413;
}
</style>
background-color css
<style>
a { background-color: #342413; }
a { background-color: rgb(52,36,19); }
div.DivClassName
{
background-color: #342413;
}
.BgClassName
{
background-color: #342413;
}
</style>
border-color css
<style>
span { border-color: #342413; }
span { border-color: rgb(52,36,19); }
td.TdClassName
{
border-color: #342413;
}
.TagClassName
{
border-color: #342413;
}
</style>