Shades of Brown Pod #341C11
Tints of Brown Pod #341C11
RGB
CMYK
RGB Variations
Color information
#341C11 (or 0x341C11) is known color: Brown Pod. HEX triplet: 34, 1C and 11. RGB value is (52,28,17). Sum of RGB (Red+Green+Blue) = 52+28+17=97 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.61% from 97); Green value is 28 (11.33% from 255 or 28.87% from 97); Blue value is 17 (7.03% from 255 or 17.53% from 97); Max value from RGB is 52 - color contains mainly: red. Hex color #341C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341C11 is #CBE3EE. Grayscale: #212121. Windows color (decimal): -13362159 or 1121332. OLE color: 1121332.
HSL color Cylindrical-coordinate representation of color #341C11: hue angle of 18.86º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #341C11 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 28 | 17 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.80 |
| HSL | 18.86º | 0.51% | 0.14% | - |
| HSV(B) | 18.86º | 0.67% | 0.2% | - |
| XYZ | 1.93 | 1.6 | 0.74 | - |
| YUV | 33.92 | 118.45 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 28 | 17 | 0 | 0.46 | 0.67 | 0.80 | 18.86 | 0.51 | 0.14 |
| Hex | 34 | 1C | 11 | 0 | 2E | 43 | 50 | 13 | 33 | E |
| Octal | 64 | 34 | 21 | 0 | 56 | 103 | 120 | 23 | 63 | 16 |
| Binary | 110100 | 11100 | 10001 | 0 | 101110 | 1000011 | 1010000 | 10011 | 110011 | 1110 |
Color Harmonies of #341C11
Complementary color
Monochromatic Colors of #341C11
Black with #341C11
Text Example
Text Example
White with #341C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341C11; }
p { color: rgb(52,28,17); }
H1.HeaderClassName
{
color: #341C11;
}
.AnyTagClassName
{
color: #341C11;
}
</style>
background-color css
<style>
a { background-color: #341C11; }
a { background-color: rgb(52,28,17); }
div.DivClassName
{
background-color: #341C11;
}
.BgClassName
{
background-color: #341C11;
}
</style>
border-color css
<style>
span { border-color: #341C11; }
span { border-color: rgb(52,28,17); }
td.TdClassName
{
border-color: #341C11;
}
.TagClassName
{
border-color: #341C11;
}
</style>