Shades of Cocoa Brown #341D03
Tints of Cocoa Brown #341D03
RGB
CMYK
RGB Variations
Color information
#341D03 (or 0x341D03) is known color: Cocoa Brown. HEX triplet: 34, 1D and 03. RGB value is (52,29,3). Sum of RGB (Red+Green+Blue) = 52+29+3=84 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.90% from 84); Green value is 29 (11.72% from 255 or 34.52% from 84); Blue value is 3 (1.56% from 255 or 3.57% from 84); Max value from RGB is 52 - color contains mainly: red. Hex color #341D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341D03 is #CBE2FC. Grayscale: #212121. Windows color (decimal): -13361917 or 204084. OLE color: 204084.
HSL color Cylindrical-coordinate representation of color #341D03: hue angle of 31.84º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #341D03 is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 29 | 3 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.80 |
| HSL | 31.84º | 0.89% | 0.11% | - |
| HSV(B) | 31.84º | 0.94% | 0.2% | - |
| XYZ | 1.87 | 1.62 | 0.3 | - |
| YUV | 32.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 29 | 3 | 0 | 0.44 | 0.94 | 0.80 | 31.84 | 0.89 | 0.11 |
| Hex | 34 | 1D | 3 | 0 | 2C | 5E | 50 | 20 | 59 | B |
| Octal | 64 | 35 | 3 | 0 | 54 | 136 | 120 | 40 | 131 | 13 |
| Binary | 110100 | 11101 | 11 | 0 | 101100 | 1011110 | 1010000 | 100000 | 1011001 | 1011 |
Color Harmonies of #341D03
Complementary color
Monochromatic Colors of #341D03
Black with #341D03
Text Example
Text Example
White with #341D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341D03; }
p { color: rgb(52,29,3); }
H1.HeaderClassName
{
color: #341D03;
}
.AnyTagClassName
{
color: #341D03;
}
</style>
background-color css
<style>
a { background-color: #341D03; }
a { background-color: rgb(52,29,3); }
div.DivClassName
{
background-color: #341D03;
}
.BgClassName
{
background-color: #341D03;
}
</style>
border-color css
<style>
span { border-color: #341D03; }
span { border-color: rgb(52,29,3); }
td.TdClassName
{
border-color: #341D03;
}
.TagClassName
{
border-color: #341D03;
}
</style>