Shades of Cocoa Brown #341900
Tints of Cocoa Brown #341900
RGB
CMYK
RGB Variations
Color information
#341900 (or 0x341900) is known color: Cocoa Brown. HEX triplet: 34, 19 and 00. RGB value is (52,25,0). Sum of RGB (Red+Green+Blue) = 52+25+0=77 (10% of max value = 765). Red value is 52 (20.70% from 255 or 67.53% from 77); Green value is 25 (10.16% from 255 or 32.47% from 77); Blue value is 0 (0.39% from 255 or 0% from 77); Max value from RGB is 52 - color contains mainly: red. Hex color #341900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341900 is #CBE6FF. Grayscale: #1E1E1E. Windows color (decimal): -13362944 or 6452. OLE color: 6452.
HSL color Cylindrical-coordinate representation of color #341900: hue angle of 28.85º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #341900 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 25 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.80 |
| HSL | 28.85º | 1% | 0.1% | - |
| HSV(B) | 28.85º | 1% | 0.2% | - |
| XYZ | 1.76 | 1.43 | 0.18 | - |
| YUV | 30.22 | 110.95 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 25 | 0 | 0 | 0.52 | 1 | 0.80 | 28.85 | 1 | 0.1 |
| Hex | 34 | 19 | 0 | 0 | 34 | 64 | 50 | 1D | 64 | A |
| Octal | 64 | 31 | 0 | 0 | 64 | 144 | 120 | 35 | 144 | 12 |
| Binary | 110100 | 11001 | 0 | 0 | 110100 | 1100100 | 1010000 | 11101 | 1100100 | 1010 |
Color Harmonies of #341900
Complementary color
Monochromatic Colors of #341900
Black with #341900
Text Example
Text Example
White with #341900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341900; }
p { color: rgb(52,25,0); }
H1.HeaderClassName
{
color: #341900;
}
.AnyTagClassName
{
color: #341900;
}
</style>
background-color css
<style>
a { background-color: #341900; }
a { background-color: rgb(52,25,0); }
div.DivClassName
{
background-color: #341900;
}
.BgClassName
{
background-color: #341900;
}
</style>
border-color css
<style>
span { border-color: #341900; }
span { border-color: rgb(52,25,0); }
td.TdClassName
{
border-color: #341900;
}
.TagClassName
{
border-color: #341900;
}
</style>