Shades of Brown Pod #341504
Tints of Brown Pod #341504
RGB
CMYK
RGB Variations
Color information
#341504 (or 0x341504) is known color: Brown Pod. HEX triplet: 34, 15 and 04. RGB value is (52,21,4). Sum of RGB (Red+Green+Blue) = 52+21+4=77 (10% of max value = 765). Red value is 52 (20.70% from 255 or 67.53% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 4 (1.95% from 255 or 5.19% from 77); Max value from RGB is 52 - color contains mainly: red. Hex color #341504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341504 is #CBEAFB. Grayscale: #1C1C1C. Windows color (decimal): -13363964 or 267572. OLE color: 267572.
HSL color Cylindrical-coordinate representation of color #341504: hue angle of 21.25º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #341504 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 21 | 4 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.80 |
| HSL | 21.25º | 0.86% | 0.11% | - |
| HSV(B) | 21.25º | 0.92% | 0.2% | - |
| XYZ | 1.71 | 1.28 | 0.27 | - |
| YUV | 28.33 | 114.27 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 21 | 4 | 0 | 0.60 | 0.92 | 0.80 | 21.25 | 0.86 | 0.11 |
| Hex | 34 | 15 | 4 | 0 | 3C | 5C | 50 | 15 | 56 | B |
| Octal | 64 | 25 | 4 | 0 | 74 | 134 | 120 | 25 | 126 | 13 |
| Binary | 110100 | 10101 | 100 | 0 | 111100 | 1011100 | 1010000 | 10101 | 1010110 | 1011 |
Color Harmonies of #341504
Complementary color
Monochromatic Colors of #341504
Black with #341504
Text Example
Text Example
White with #341504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341504; }
p { color: rgb(52,21,4); }
H1.HeaderClassName
{
color: #341504;
}
.AnyTagClassName
{
color: #341504;
}
</style>
background-color css
<style>
a { background-color: #341504; }
a { background-color: rgb(52,21,4); }
div.DivClassName
{
background-color: #341504;
}
.BgClassName
{
background-color: #341504;
}
</style>
border-color css
<style>
span { border-color: #341504; }
span { border-color: rgb(52,21,4); }
td.TdClassName
{
border-color: #341504;
}
.TagClassName
{
border-color: #341504;
}
</style>