Shades of Brown Pod #341505
Tints of Brown Pod #341505
RGB
CMYK
RGB Variations
Color information
#341505 (or 0x341505) is known color: Brown Pod. HEX triplet: 34, 15 and 05. RGB value is (52,21,5). Sum of RGB (Red+Green+Blue) = 52+21+5=78 (10% of max value = 765). Red value is 52 (20.70% from 255 or 66.67% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 5 (2.34% from 255 or 6.41% from 78); Max value from RGB is 52 - color contains mainly: red. Hex color #341505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341505 is #CBEAFA. Grayscale: #1C1C1C. Windows color (decimal): -13363963 or 333108. OLE color: 333108.
HSL color Cylindrical-coordinate representation of color #341505: hue angle of 20.43º 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 #341505 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 21 | 5 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.80 |
| HSL | 20.43º | 0.82% | 0.11% | - |
| HSV(B) | 20.43º | 0.9% | 0.2% | - |
| XYZ | 1.71 | 1.28 | 0.3 | - |
| YUV | 28.45 | 114.77 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 21 | 5 | 0 | 0.60 | 0.90 | 0.80 | 20.43 | 0.82 | 0.11 |
| Hex | 34 | 15 | 5 | 0 | 3C | 5A | 50 | 14 | 52 | B |
| Octal | 64 | 25 | 5 | 0 | 74 | 132 | 120 | 24 | 122 | 13 |
| Binary | 110100 | 10101 | 101 | 0 | 111100 | 1011010 | 1010000 | 10100 | 1010010 | 1011 |
Color Harmonies of #341505
Complementary color
Monochromatic Colors of #341505
Black with #341505
Text Example
Text Example
White with #341505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341505; }
p { color: rgb(52,21,5); }
H1.HeaderClassName
{
color: #341505;
}
.AnyTagClassName
{
color: #341505;
}
</style>
background-color css
<style>
a { background-color: #341505; }
a { background-color: rgb(52,21,5); }
div.DivClassName
{
background-color: #341505;
}
.BgClassName
{
background-color: #341505;
}
</style>
border-color css
<style>
span { border-color: #341505; }
span { border-color: rgb(52,21,5); }
td.TdClassName
{
border-color: #341505;
}
.TagClassName
{
border-color: #341505;
}
</style>