Shades of Brown Pod #341405
Tints of Brown Pod #341405
RGB
CMYK
RGB Variations
Color information
#341405 (or 0x341405) is known color: Brown Pod. HEX triplet: 34, 14 and 05. RGB value is (52,20,5). Sum of RGB (Red+Green+Blue) = 52+20+5=77 (10% of max value = 765). Red value is 52 (20.70% from 255 or 67.53% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 5 (2.34% from 255 or 6.49% from 77); Max value from RGB is 52 - color contains mainly: red. Hex color #341405 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341405 is #CBEBFA. Grayscale: #1B1B1B. Windows color (decimal): -13364219 or 332852. OLE color: 332852.
HSL color Cylindrical-coordinate representation of color #341405: hue angle of 19.15º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #341405 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 20 | 5 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.80 |
| HSL | 19.15º | 0.82% | 0.11% | - |
| HSV(B) | 19.15º | 0.9% | 0.2% | - |
| XYZ | 1.69 | 1.24 | 0.29 | - |
| YUV | 27.86 | 115.1 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 20 | 5 | 0 | 0.62 | 0.90 | 0.80 | 19.15 | 0.82 | 0.11 |
| Hex | 34 | 14 | 5 | 0 | 3E | 5A | 50 | 13 | 52 | B |
| Octal | 64 | 24 | 5 | 0 | 76 | 132 | 120 | 23 | 122 | 13 |
| Binary | 110100 | 10100 | 101 | 0 | 111110 | 1011010 | 1010000 | 10011 | 1010010 | 1011 |
Color Harmonies of #341405
Complementary color
Monochromatic Colors of #341405
Black with #341405
Text Example
Text Example
White with #341405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341405; }
p { color: rgb(52,20,5); }
H1.HeaderClassName
{
color: #341405;
}
.AnyTagClassName
{
color: #341405;
}
</style>
background-color css
<style>
a { background-color: #341405; }
a { background-color: rgb(52,20,5); }
div.DivClassName
{
background-color: #341405;
}
.BgClassName
{
background-color: #341405;
}
</style>
border-color css
<style>
span { border-color: #341405; }
span { border-color: rgb(52,20,5); }
td.TdClassName
{
border-color: #341405;
}
.TagClassName
{
border-color: #341405;
}
</style>