Shades of Brown Pod #341D13
Tints of Brown Pod #341D13
RGB
CMYK
RGB Variations
Color information
#341D13 (or 0x341D13) is known color: Brown Pod. HEX triplet: 34, 1D and 13. RGB value is (52,29,19). Sum of RGB (Red+Green+Blue) = 52+29+19=100 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52% from 100); Green value is 29 (11.72% from 255 or 29% from 100); Blue value is 19 (7.81% from 255 or 19% from 100); Max value from RGB is 52 - color contains mainly: red. Hex color #341D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341D13 is #CBE2EC. Grayscale: #222222. Windows color (decimal): -13361901 or 1252660. OLE color: 1252660.
HSL color Cylindrical-coordinate representation of color #341D13: hue angle of 18.18º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #341D13 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 29 | 19 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.80 |
| HSL | 18.18º | 0.46% | 0.14% | - |
| HSV(B) | 18.18º | 0.63% | 0.2% | - |
| XYZ | 1.97 | 1.66 | 0.83 | - |
| YUV | 34.74 | 119.12 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 29 | 19 | 0 | 0.44 | 0.63 | 0.80 | 18.18 | 0.46 | 0.14 |
| Hex | 34 | 1D | 13 | 0 | 2C | 3F | 50 | 12 | 2E | E |
| Octal | 64 | 35 | 23 | 0 | 54 | 77 | 120 | 22 | 56 | 16 |
| Binary | 110100 | 11101 | 10011 | 0 | 101100 | 111111 | 1010000 | 10010 | 101110 | 1110 |
Color Harmonies of #341D13
Complementary color
Monochromatic Colors of #341D13
Black with #341D13
Text Example
Text Example
White with #341D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341D13; }
p { color: rgb(52,29,19); }
H1.HeaderClassName
{
color: #341D13;
}
.AnyTagClassName
{
color: #341D13;
}
</style>
background-color css
<style>
a { background-color: #341D13; }
a { background-color: rgb(52,29,19); }
div.DivClassName
{
background-color: #341D13;
}
.BgClassName
{
background-color: #341D13;
}
</style>
border-color css
<style>
span { border-color: #341D13; }
span { border-color: rgb(52,29,19); }
td.TdClassName
{
border-color: #341D13;
}
.TagClassName
{
border-color: #341D13;
}
</style>