Shades of Brown Pod #341404
Tints of Brown Pod #341404
RGB
CMYK
RGB Variations
Color information
#341404 (or 0x341404) is known color: Brown Pod. HEX triplet: 34, 14 and 04. RGB value is (52,20,4). Sum of RGB (Red+Green+Blue) = 52+20+4=76 (10% of max value = 765). Red value is 52 (20.70% from 255 or 68.42% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 4 (1.95% from 255 or 5.26% from 76); Max value from RGB is 52 - color contains mainly: red. Hex color #341404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341404 is #CBEBFB. Grayscale: #1B1B1B. Windows color (decimal): -13364220 or 267316. OLE color: 267316.
HSL color Cylindrical-coordinate representation of color #341404: hue angle of 20º 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 #341404 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 20 | 4 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.80 |
| HSL | 20º | 0.86% | 0.11% | - |
| HSV(B) | 20º | 0.92% | 0.2% | - |
| XYZ | 1.69 | 1.24 | 0.27 | - |
| YUV | 27.74 | 114.6 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 20 | 4 | 0 | 0.62 | 0.92 | 0.80 | 20 | 0.86 | 0.11 |
| Hex | 34 | 14 | 4 | 0 | 3E | 5C | 50 | 14 | 56 | B |
| Octal | 64 | 24 | 4 | 0 | 76 | 134 | 120 | 24 | 126 | 13 |
| Binary | 110100 | 10100 | 100 | 0 | 111110 | 1011100 | 1010000 | 10100 | 1010110 | 1011 |
Color Harmonies of #341404
Complementary color
Monochromatic Colors of #341404
Black with #341404
Text Example
Text Example
White with #341404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341404; }
p { color: rgb(52,20,4); }
H1.HeaderClassName
{
color: #341404;
}
.AnyTagClassName
{
color: #341404;
}
</style>
background-color css
<style>
a { background-color: #341404; }
a { background-color: rgb(52,20,4); }
div.DivClassName
{
background-color: #341404;
}
.BgClassName
{
background-color: #341404;
}
</style>
border-color css
<style>
span { border-color: #341404; }
span { border-color: rgb(52,20,4); }
td.TdClassName
{
border-color: #341404;
}
.TagClassName
{
border-color: #341404;
}
</style>