Shades of Cocoa Brown #341D09
Tints of Cocoa Brown #341D09
RGB
CMYK
RGB Variations
Color information
#341D09 (or 0x341D09) is known color: Cocoa Brown. HEX triplet: 34, 1D and 09. RGB value is (52,29,9). Sum of RGB (Red+Green+Blue) = 52+29+9=90 (11% of max value = 765). Red value is 52 (20.70% from 255 or 57.78% from 90); Green value is 29 (11.72% from 255 or 32.22% from 90); Blue value is 9 (3.91% from 255 or 10% from 90); Max value from RGB is 52 - color contains mainly: red. Hex color #341D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341D09 is #CBE2F6. Grayscale: #212121. Windows color (decimal): -13361911 or 597300. OLE color: 597300.
HSL color Cylindrical-coordinate representation of color #341D09: hue angle of 27.91º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #341D09 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 29 | 9 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.80 |
| HSL | 27.91º | 0.7% | 0.12% | - |
| HSV(B) | 27.91º | 0.83% | 0.2% | - |
| XYZ | 1.9 | 1.63 | 0.47 | - |
| YUV | 33.6 | 114.12 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 29 | 9 | 0 | 0.44 | 0.83 | 0.80 | 27.91 | 0.7 | 0.12 |
| Hex | 34 | 1D | 9 | 0 | 2C | 53 | 50 | 1C | 46 | C |
| Octal | 64 | 35 | 11 | 0 | 54 | 123 | 120 | 34 | 106 | 14 |
| Binary | 110100 | 11101 | 1001 | 0 | 101100 | 1010011 | 1010000 | 11100 | 1000110 | 1100 |
Color Harmonies of #341D09
Complementary color
Monochromatic Colors of #341D09
Black with #341D09
Text Example
Text Example
White with #341D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341D09; }
p { color: rgb(52,29,9); }
H1.HeaderClassName
{
color: #341D09;
}
.AnyTagClassName
{
color: #341D09;
}
</style>
background-color css
<style>
a { background-color: #341D09; }
a { background-color: rgb(52,29,9); }
div.DivClassName
{
background-color: #341D09;
}
.BgClassName
{
background-color: #341D09;
}
</style>
border-color css
<style>
span { border-color: #341D09; }
span { border-color: rgb(52,29,9); }
td.TdClassName
{
border-color: #341D09;
}
.TagClassName
{
border-color: #341D09;
}
</style>