Shades of Brown Pod #341301
Tints of Brown Pod #341301
RGB
CMYK
RGB Variations
Color information
#341301 (or 0x341301) is known color: Brown Pod. HEX triplet: 34, 13 and 01. RGB value is (52,19,1). Sum of RGB (Red+Green+Blue) = 52+19+1=72 (9% of max value = 765). Red value is 52 (20.70% from 255 or 72.22% from 72); Green value is 19 (7.81% from 255 or 26.39% from 72); Blue value is 1 (0.78% from 255 or 1.39% from 72); Max value from RGB is 52 - color contains mainly: red. Hex color #341301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341301 is #CBECFE. Grayscale: #1A1A1A. Windows color (decimal): -13364479 or 70452. OLE color: 70452.
HSL color Cylindrical-coordinate representation of color #341301: hue angle of 21.18º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #341301 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 19 | 1 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.80 |
| HSL | 21.18º | 0.96% | 0.1% | - |
| HSV(B) | 21.18º | 0.98% | 0.2% | - |
| XYZ | 1.65 | 1.2 | 0.17 | - |
| YUV | 26.82 | 113.43 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 19 | 1 | 0 | 0.63 | 0.98 | 0.80 | 21.18 | 0.96 | 0.1 |
| Hex | 34 | 13 | 1 | 0 | 3F | 62 | 50 | 15 | 60 | A |
| Octal | 64 | 23 | 1 | 0 | 77 | 142 | 120 | 25 | 140 | 12 |
| Binary | 110100 | 10011 | 1 | 0 | 111111 | 1100010 | 1010000 | 10101 | 1100000 | 1010 |
Color Harmonies of #341301
Complementary color
Monochromatic Colors of #341301
Black with #341301
Text Example
Text Example
White with #341301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341301; }
p { color: rgb(52,19,1); }
H1.HeaderClassName
{
color: #341301;
}
.AnyTagClassName
{
color: #341301;
}
</style>
background-color css
<style>
a { background-color: #341301; }
a { background-color: rgb(52,19,1); }
div.DivClassName
{
background-color: #341301;
}
.BgClassName
{
background-color: #341301;
}
</style>
border-color css
<style>
span { border-color: #341301; }
span { border-color: rgb(52,19,1); }
td.TdClassName
{
border-color: #341301;
}
.TagClassName
{
border-color: #341301;
}
</style>