Shades of Cocoa Brown #341C04
Tints of Cocoa Brown #341C04
RGB
CMYK
RGB Variations
Color information
#341C04 (or 0x341C04) is known color: Cocoa Brown. HEX triplet: 34, 1C and 04. RGB value is (52,28,4). Sum of RGB (Red+Green+Blue) = 52+28+4=84 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.90% from 84); Green value is 28 (11.33% from 255 or 33.33% from 84); Blue value is 4 (1.95% from 255 or 4.76% from 84); Max value from RGB is 52 - color contains mainly: red. Hex color #341C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341C04 is #CBE3FB. Grayscale: #202020. Windows color (decimal): -13362172 or 269364. OLE color: 269364.
HSL color Cylindrical-coordinate representation of color #341C04: hue angle of 30º 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 #341C04 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 28 | 4 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.80 |
| HSL | 30º | 0.86% | 0.11% | - |
| HSV(B) | 30º | 0.92% | 0.2% | - |
| XYZ | 1.85 | 1.57 | 0.32 | - |
| YUV | 32.44 | 111.95 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 28 | 4 | 0 | 0.46 | 0.92 | 0.80 | 30 | 0.86 | 0.11 |
| Hex | 34 | 1C | 4 | 0 | 2E | 5C | 50 | 1E | 56 | B |
| Octal | 64 | 34 | 4 | 0 | 56 | 134 | 120 | 36 | 126 | 13 |
| Binary | 110100 | 11100 | 100 | 0 | 101110 | 1011100 | 1010000 | 11110 | 1010110 | 1011 |
Color Harmonies of #341C04
Complementary color
Monochromatic Colors of #341C04
Black with #341C04
Text Example
Text Example
White with #341C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341C04; }
p { color: rgb(52,28,4); }
H1.HeaderClassName
{
color: #341C04;
}
.AnyTagClassName
{
color: #341C04;
}
</style>
background-color css
<style>
a { background-color: #341C04; }
a { background-color: rgb(52,28,4); }
div.DivClassName
{
background-color: #341C04;
}
.BgClassName
{
background-color: #341C04;
}
</style>
border-color css
<style>
span { border-color: #341C04; }
span { border-color: rgb(52,28,4); }
td.TdClassName
{
border-color: #341C04;
}
.TagClassName
{
border-color: #341C04;
}
</style>