Shades of Brown Pod #341C14
Tints of Brown Pod #341C14
RGB
CMYK
RGB Variations
Color information
#341C14 (or 0x341C14) is known color: Brown Pod. HEX triplet: 34, 1C and 14. RGB value is (52,28,20). Sum of RGB (Red+Green+Blue) = 52+28+20=100 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52% from 100); Green value is 28 (11.33% from 255 or 28% from 100); Blue value is 20 (8.20% from 255 or 20% from 100); Max value from RGB is 52 - color contains mainly: red. Hex color #341C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341C14 is #CBE3EB. Grayscale: #222222. Windows color (decimal): -13362156 or 1317940. OLE color: 1317940.
HSL color Cylindrical-coordinate representation of color #341C14: hue angle of 15º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #341C14 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 28 | 20 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.80 |
| HSL | 15º | 0.44% | 0.14% | - |
| HSV(B) | 15º | 0.62% | 0.2% | - |
| XYZ | 1.96 | 1.61 | 0.87 | - |
| YUV | 34.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 28 | 20 | 0 | 0.46 | 0.62 | 0.80 | 15 | 0.44 | 0.14 |
| Hex | 34 | 1C | 14 | 0 | 2E | 3E | 50 | F | 2C | E |
| Octal | 64 | 34 | 24 | 0 | 56 | 76 | 120 | 17 | 54 | 16 |
| Binary | 110100 | 11100 | 10100 | 0 | 101110 | 111110 | 1010000 | 1111 | 101100 | 1110 |
Color Harmonies of #341C14
Complementary color
Monochromatic Colors of #341C14
Black with #341C14
Text Example
Text Example
White with #341C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341C14; }
p { color: rgb(52,28,20); }
H1.HeaderClassName
{
color: #341C14;
}
.AnyTagClassName
{
color: #341C14;
}
</style>
background-color css
<style>
a { background-color: #341C14; }
a { background-color: rgb(52,28,20); }
div.DivClassName
{
background-color: #341C14;
}
.BgClassName
{
background-color: #341C14;
}
</style>
border-color css
<style>
span { border-color: #341C14; }
span { border-color: rgb(52,28,20); }
td.TdClassName
{
border-color: #341C14;
}
.TagClassName
{
border-color: #341C14;
}
</style>