Shades of Cocoa Brown #341904
Tints of Cocoa Brown #341904
RGB
CMYK
RGB Variations
Color information
#341904 (or 0x341904) is known color: Cocoa Brown. HEX triplet: 34, 19 and 04. RGB value is (52,25,4). Sum of RGB (Red+Green+Blue) = 52+25+4=81 (10% of max value = 765). Red value is 52 (20.70% from 255 or 64.20% from 81); Green value is 25 (10.16% from 255 or 30.86% from 81); Blue value is 4 (1.95% from 255 or 4.94% from 81); Max value from RGB is 52 - color contains mainly: red. Hex color #341904 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341904 is #CBE6FB. Grayscale: #1E1E1E. Windows color (decimal): -13362940 or 268596. OLE color: 268596.
HSL color Cylindrical-coordinate representation of color #341904: hue angle of 26.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 #341904 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 25 | 4 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.80 |
| HSL | 26.25º | 0.86% | 0.11% | - |
| HSV(B) | 26.25º | 0.92% | 0.2% | - |
| XYZ | 1.79 | 1.43 | 0.3 | - |
| YUV | 30.68 | 112.95 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 25 | 4 | 0 | 0.52 | 0.92 | 0.80 | 26.25 | 0.86 | 0.11 |
| Hex | 34 | 19 | 4 | 0 | 34 | 5C | 50 | 1A | 56 | B |
| Octal | 64 | 31 | 4 | 0 | 64 | 134 | 120 | 32 | 126 | 13 |
| Binary | 110100 | 11001 | 100 | 0 | 110100 | 1011100 | 1010000 | 11010 | 1010110 | 1011 |
Color Harmonies of #341904
Complementary color
Monochromatic Colors of #341904
Black with #341904
Text Example
Text Example
White with #341904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341904; }
p { color: rgb(52,25,4); }
H1.HeaderClassName
{
color: #341904;
}
.AnyTagClassName
{
color: #341904;
}
</style>
background-color css
<style>
a { background-color: #341904; }
a { background-color: rgb(52,25,4); }
div.DivClassName
{
background-color: #341904;
}
.BgClassName
{
background-color: #341904;
}
</style>
border-color css
<style>
span { border-color: #341904; }
span { border-color: rgb(52,25,4); }
td.TdClassName
{
border-color: #341904;
}
.TagClassName
{
border-color: #341904;
}
</style>