Shades of Brown Pod #341D15
Tints of Brown Pod #341D15
RGB
CMYK
RGB Variations
Color information
#341D15 (or 0x341D15) is known color: Brown Pod. HEX triplet: 34, 1D and 15. RGB value is (52,29,21). Sum of RGB (Red+Green+Blue) = 52+29+21=102 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.98% from 102); Green value is 29 (11.72% from 255 or 28.43% from 102); Blue value is 21 (8.59% from 255 or 20.59% from 102); Max value from RGB is 52 - color contains mainly: red. Hex color #341D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341D15 is #CBE2EA. Grayscale: #232323. Windows color (decimal): -13361899 or 1383732. OLE color: 1383732.
HSL color Cylindrical-coordinate representation of color #341D15: hue angle of 15.48º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #341D15 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 29 | 21 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.80 |
| HSL | 15.48º | 0.42% | 0.14% | - |
| HSV(B) | 15.48º | 0.6% | 0.2% | - |
| XYZ | 1.99 | 1.66 | 0.93 | - |
| YUV | 34.97 | 120.12 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 29 | 21 | 0 | 0.44 | 0.60 | 0.80 | 15.48 | 0.42 | 0.14 |
| Hex | 34 | 1D | 15 | 0 | 2C | 3C | 50 | F | 2A | E |
| Octal | 64 | 35 | 25 | 0 | 54 | 74 | 120 | 17 | 52 | 16 |
| Binary | 110100 | 11101 | 10101 | 0 | 101100 | 111100 | 1010000 | 1111 | 101010 | 1110 |
Color Harmonies of #341D15
Complementary color
Monochromatic Colors of #341D15
Black with #341D15
Text Example
Text Example
White with #341D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341D15; }
p { color: rgb(52,29,21); }
H1.HeaderClassName
{
color: #341D15;
}
.AnyTagClassName
{
color: #341D15;
}
</style>
background-color css
<style>
a { background-color: #341D15; }
a { background-color: rgb(52,29,21); }
div.DivClassName
{
background-color: #341D15;
}
.BgClassName
{
background-color: #341D15;
}
</style>
border-color css
<style>
span { border-color: #341D15; }
span { border-color: rgb(52,29,21); }
td.TdClassName
{
border-color: #341D15;
}
.TagClassName
{
border-color: #341D15;
}
</style>