Shades of Brown Pod #341C0E
Tints of Brown Pod #341C0E
RGB
CMYK
RGB Variations
Color information
#341C0E (or 0x341C0E) is known color: Brown Pod. HEX triplet: 34, 1C and 0E. RGB value is (52,28,14). Sum of RGB (Red+Green+Blue) = 52+28+14=94 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.32% from 94); Green value is 28 (11.33% from 255 or 29.79% from 94); Blue value is 14 (5.86% from 255 or 14.89% from 94); Max value from RGB is 52 - color contains mainly: red. Hex color #341C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341C0E is #CBE3F1. Grayscale: #212121. Windows color (decimal): -13362162 or 924724. OLE color: 924724.
HSL color Cylindrical-coordinate representation of color #341C0E: hue angle of 22.11º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #341C0E is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 28 | 14 | - |
| CMYK | 0 | 0.46 | 0.73 | 0.80 |
| HSL | 22.11º | 0.58% | 0.13% | - |
| HSV(B) | 22.11º | 0.73% | 0.2% | - |
| XYZ | 1.91 | 1.59 | 0.62 | - |
| YUV | 33.58 | 116.95 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 28 | 14 | 0 | 0.46 | 0.73 | 0.80 | 22.11 | 0.58 | 0.13 |
| Hex | 34 | 1C | E | 0 | 2E | 49 | 50 | 16 | 3A | D |
| Octal | 64 | 34 | 16 | 0 | 56 | 111 | 120 | 26 | 72 | 15 |
| Binary | 110100 | 11100 | 1110 | 0 | 101110 | 1001001 | 1010000 | 10110 | 111010 | 1101 |
Color Harmonies of #341C0E
Complementary color
Monochromatic Colors of #341C0E
Black with #341C0E
Text Example
Text Example
White with #341C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341C0E; }
p { color: rgb(52,28,14); }
H1.HeaderClassName
{
color: #341C0E;
}
.AnyTagClassName
{
color: #341C0E;
}
</style>
background-color css
<style>
a { background-color: #341C0E; }
a { background-color: rgb(52,28,14); }
div.DivClassName
{
background-color: #341C0E;
}
.BgClassName
{
background-color: #341C0E;
}
</style>
border-color css
<style>
span { border-color: #341C0E; }
span { border-color: rgb(52,28,14); }
td.TdClassName
{
border-color: #341C0E;
}
.TagClassName
{
border-color: #341C0E;
}
</style>