Shades of Brown Pod #342015
Tints of Brown Pod #342015
RGB
CMYK
RGB Variations
Color information
#342015 (or 0x342015) is known color: Brown Pod. HEX triplet: 34, 20 and 15. RGB value is (52,32,21). Sum of RGB (Red+Green+Blue) = 52+32+21=105 (13% of max value = 765). Red value is 52 (20.70% from 255 or 49.52% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 21 (8.59% from 255 or 20% from 105); Max value from RGB is 52 - color contains mainly: red. Hex color #342015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342015 is #CBDFEA. Grayscale: #242424. Windows color (decimal): -13361131 or 1384500. OLE color: 1384500.
HSL color Cylindrical-coordinate representation of color #342015: hue angle of 21.29º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #342015 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 32 | 21 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.80 |
| HSL | 21.29º | 0.42% | 0.14% | - |
| HSV(B) | 21.29º | 0.6% | 0.2% | - |
| XYZ | 2.07 | 1.82 | 0.95 | - |
| YUV | 36.73 | 119.13 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 32 | 21 | 0 | 0.38 | 0.60 | 0.80 | 21.29 | 0.42 | 0.14 |
| Hex | 34 | 20 | 15 | 0 | 26 | 3C | 50 | 15 | 2A | E |
| Octal | 64 | 40 | 25 | 0 | 46 | 74 | 120 | 25 | 52 | 16 |
| Binary | 110100 | 100000 | 10101 | 0 | 100110 | 111100 | 1010000 | 10101 | 101010 | 1110 |
Color Harmonies of #342015
Complementary color
Monochromatic Colors of #342015
Black with #342015
Text Example
Text Example
White with #342015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342015; }
p { color: rgb(52,32,21); }
H1.HeaderClassName
{
color: #342015;
}
.AnyTagClassName
{
color: #342015;
}
</style>
background-color css
<style>
a { background-color: #342015; }
a { background-color: rgb(52,32,21); }
div.DivClassName
{
background-color: #342015;
}
.BgClassName
{
background-color: #342015;
}
</style>
border-color css
<style>
span { border-color: #342015; }
span { border-color: rgb(52,32,21); }
td.TdClassName
{
border-color: #342015;
}
.TagClassName
{
border-color: #342015;
}
</style>