Shades of Cocoa Brown #341D04
Tints of Cocoa Brown #341D04
RGB
CMYK
RGB Variations
Color information
#341D04 (or 0x341D04) is known color: Cocoa Brown. HEX triplet: 34, 1D and 04. RGB value is (52,29,4). Sum of RGB (Red+Green+Blue) = 52+29+4=85 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.18% from 85); Green value is 29 (11.72% from 255 or 34.12% from 85); Blue value is 4 (1.95% from 255 or 4.71% from 85); Max value from RGB is 52 - color contains mainly: red. Hex color #341D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341D04 is #CBE2FB. Grayscale: #212121. Windows color (decimal): -13361916 or 269620. OLE color: 269620.
HSL color Cylindrical-coordinate representation of color #341D04: hue angle of 31.25º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #341D04 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 29 | 4 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.80 |
| HSL | 31.25º | 0.86% | 0.11% | - |
| HSV(B) | 31.25º | 0.92% | 0.2% | - |
| XYZ | 1.88 | 1.62 | 0.33 | - |
| YUV | 33.03 | 111.62 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 29 | 4 | 0 | 0.44 | 0.92 | 0.80 | 31.25 | 0.86 | 0.11 |
| Hex | 34 | 1D | 4 | 0 | 2C | 5C | 50 | 1F | 56 | B |
| Octal | 64 | 35 | 4 | 0 | 54 | 134 | 120 | 37 | 126 | 13 |
| Binary | 110100 | 11101 | 100 | 0 | 101100 | 1011100 | 1010000 | 11111 | 1010110 | 1011 |
Color Harmonies of #341D04
Complementary color
Monochromatic Colors of #341D04
Black with #341D04
Text Example
Text Example
White with #341D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341D04; }
p { color: rgb(52,29,4); }
H1.HeaderClassName
{
color: #341D04;
}
.AnyTagClassName
{
color: #341D04;
}
</style>
background-color css
<style>
a { background-color: #341D04; }
a { background-color: rgb(52,29,4); }
div.DivClassName
{
background-color: #341D04;
}
.BgClassName
{
background-color: #341D04;
}
</style>
border-color css
<style>
span { border-color: #341D04; }
span { border-color: rgb(52,29,4); }
td.TdClassName
{
border-color: #341D04;
}
.TagClassName
{
border-color: #341D04;
}
</style>