Shades of Cocoa Brown #341D01
Tints of Cocoa Brown #341D01
RGB
CMYK
RGB Variations
Color information
#341D01 (or 0x341D01) is known color: Cocoa Brown. HEX triplet: 34, 1D and 01. RGB value is (52,29,1). Sum of RGB (Red+Green+Blue) = 52+29+1=82 (10% of max value = 765). Red value is 52 (20.70% from 255 or 63.41% from 82); Green value is 29 (11.72% from 255 or 35.37% from 82); Blue value is 1 (0.78% from 255 or 1.22% from 82); Max value from RGB is 52 - color contains mainly: red. Hex color #341D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341D01 is #CBE2FE. Grayscale: #202020. Windows color (decimal): -13361919 or 73012. OLE color: 73012.
HSL color Cylindrical-coordinate representation of color #341D01: hue angle of 32.94º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #341D01 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 29 | 1 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.80 |
| HSL | 32.94º | 0.96% | 0.1% | - |
| HSV(B) | 32.94º | 0.98% | 0.2% | - |
| XYZ | 1.86 | 1.61 | 0.24 | - |
| YUV | 32.69 | 110.12 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 29 | 1 | 0 | 0.44 | 0.98 | 0.80 | 32.94 | 0.96 | 0.1 |
| Hex | 34 | 1D | 1 | 0 | 2C | 62 | 50 | 21 | 60 | A |
| Octal | 64 | 35 | 1 | 0 | 54 | 142 | 120 | 41 | 140 | 12 |
| Binary | 110100 | 11101 | 1 | 0 | 101100 | 1100010 | 1010000 | 100001 | 1100000 | 1010 |
Color Harmonies of #341D01
Complementary color
Monochromatic Colors of #341D01
Black with #341D01
Text Example
Text Example
White with #341D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341D01; }
p { color: rgb(52,29,1); }
H1.HeaderClassName
{
color: #341D01;
}
.AnyTagClassName
{
color: #341D01;
}
</style>
background-color css
<style>
a { background-color: #341D01; }
a { background-color: rgb(52,29,1); }
div.DivClassName
{
background-color: #341D01;
}
.BgClassName
{
background-color: #341D01;
}
</style>
border-color css
<style>
span { border-color: #341D01; }
span { border-color: rgb(52,29,1); }
td.TdClassName
{
border-color: #341D01;
}
.TagClassName
{
border-color: #341D01;
}
</style>