Shades of Brown Pod #341600
Tints of Brown Pod #341600
RGB
CMYK
RGB Variations
Color information
#341600 (or 0x341600) is known color: Brown Pod. HEX triplet: 34, 16 and 00. RGB value is (52,22,0). Sum of RGB (Red+Green+Blue) = 52+22+0=74 (9% of max value = 765). Red value is 52 (20.70% from 255 or 70.27% from 74); Green value is 22 (8.98% from 255 or 29.73% from 74); Blue value is 0 (0.39% from 255 or 0% from 74); Max value from RGB is 52 - color contains mainly: red. Hex color #341600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341600 is #CBE9FF. Grayscale: #1C1C1C. Windows color (decimal): -13363712 or 5684. OLE color: 5684.
HSL color Cylindrical-coordinate representation of color #341600: hue angle of 25.38º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #341600 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 22 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.80 |
| HSL | 25.38º | 1% | 0.1% | - |
| HSV(B) | 25.38º | 1% | 0.2% | - |
| XYZ | 1.7 | 1.3 | 0.16 | - |
| YUV | 28.46 | 111.94 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 22 | 0 | 0 | 0.58 | 1 | 0.80 | 25.38 | 1 | 0.1 |
| Hex | 34 | 16 | 0 | 0 | 3A | 64 | 50 | 19 | 64 | A |
| Octal | 64 | 26 | 0 | 0 | 72 | 144 | 120 | 31 | 144 | 12 |
| Binary | 110100 | 10110 | 0 | 0 | 111010 | 1100100 | 1010000 | 11001 | 1100100 | 1010 |
Color Harmonies of #341600
Complementary color
Monochromatic Colors of #341600
Black with #341600
Text Example
Text Example
White with #341600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341600; }
p { color: rgb(52,22,0); }
H1.HeaderClassName
{
color: #341600;
}
.AnyTagClassName
{
color: #341600;
}
</style>
background-color css
<style>
a { background-color: #341600; }
a { background-color: rgb(52,22,0); }
div.DivClassName
{
background-color: #341600;
}
.BgClassName
{
background-color: #341600;
}
</style>
border-color css
<style>
span { border-color: #341600; }
span { border-color: rgb(52,22,0); }
td.TdClassName
{
border-color: #341600;
}
.TagClassName
{
border-color: #341600;
}
</style>