Shades of Brown Pod #341E18
Tints of Brown Pod #341E18
RGB
CMYK
RGB Variations
Color information
#341E18 (or 0x341E18) is known color: Brown Pod. HEX triplet: 34, 1E and 18. RGB value is (52,30,24). Sum of RGB (Red+Green+Blue) = 52+30+24=106 (14% of max value = 765). Red value is 52 (20.70% from 255 or 49.06% from 106); Green value is 30 (12.11% from 255 or 28.30% from 106); Blue value is 24 (9.77% from 255 or 22.64% from 106); Max value from RGB is 52 - color contains mainly: red. Hex color #341E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341E18 is #CBE1E7. Grayscale: #232323. Windows color (decimal): -13361640 or 1580596. OLE color: 1580596.
HSL color Cylindrical-coordinate representation of color #341E18: hue angle of 12.86º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #341E18 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 30 | 24 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.80 |
| HSL | 12.86º | 0.37% | 0.15% | - |
| HSV(B) | 12.86º | 0.54% | 0.2% | - |
| XYZ | 2.05 | 1.72 | 1.09 | - |
| YUV | 35.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 30 | 24 | 0 | 0.42 | 0.54 | 0.80 | 12.86 | 0.37 | 0.15 |
| Hex | 34 | 1E | 18 | 0 | 2A | 36 | 50 | D | 25 | F |
| Octal | 64 | 36 | 30 | 0 | 52 | 66 | 120 | 15 | 45 | 17 |
| Binary | 110100 | 11110 | 11000 | 0 | 101010 | 110110 | 1010000 | 1101 | 100101 | 1111 |
Color Harmonies of #341E18
Complementary color
Monochromatic Colors of #341E18
Black with #341E18
Text Example
Text Example
White with #341E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341E18; }
p { color: rgb(52,30,24); }
H1.HeaderClassName
{
color: #341E18;
}
.AnyTagClassName
{
color: #341E18;
}
</style>
background-color css
<style>
a { background-color: #341E18; }
a { background-color: rgb(52,30,24); }
div.DivClassName
{
background-color: #341E18;
}
.BgClassName
{
background-color: #341E18;
}
</style>
border-color css
<style>
span { border-color: #341E18; }
span { border-color: rgb(52,30,24); }
td.TdClassName
{
border-color: #341E18;
}
.TagClassName
{
border-color: #341E18;
}
</style>