Shades of Brown Pod #341300
Tints of Brown Pod #341300
RGB
CMYK
RGB Variations
Color information
#341300 (or 0x341300) is known color: Brown Pod. HEX triplet: 34, 13 and 00. RGB value is (52,19,0). Sum of RGB (Red+Green+Blue) = 52+19+0=71 (9% of max value = 765). Red value is 52 (20.70% from 255 or 73.24% from 71); Green value is 19 (7.81% from 255 or 26.76% from 71); Blue value is 0 (0.39% from 255 or 0% from 71); Max value from RGB is 52 - color contains mainly: red. Hex color #341300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341300 is #CBECFF. Grayscale: #1A1A1A. Windows color (decimal): -13364480 or 4916. OLE color: 4916.
HSL color Cylindrical-coordinate representation of color #341300: hue angle of 21.92º 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 #341300 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 19 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.80 |
| HSL | 21.92º | 1% | 0.1% | - |
| HSV(B) | 21.92º | 1% | 0.2% | - |
| XYZ | 1.65 | 1.2 | 0.14 | - |
| YUV | 26.7 | 112.93 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 19 | 0 | 0 | 0.63 | 1 | 0.80 | 21.92 | 1 | 0.1 |
| Hex | 34 | 13 | 0 | 0 | 3F | 64 | 50 | 16 | 64 | A |
| Octal | 64 | 23 | 0 | 0 | 77 | 144 | 120 | 26 | 144 | 12 |
| Binary | 110100 | 10011 | 0 | 0 | 111111 | 1100100 | 1010000 | 10110 | 1100100 | 1010 |
Color Harmonies of #341300
Complementary color
Monochromatic Colors of #341300
Black with #341300
Text Example
Text Example
White with #341300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341300; }
p { color: rgb(52,19,0); }
H1.HeaderClassName
{
color: #341300;
}
.AnyTagClassName
{
color: #341300;
}
</style>
background-color css
<style>
a { background-color: #341300; }
a { background-color: rgb(52,19,0); }
div.DivClassName
{
background-color: #341300;
}
.BgClassName
{
background-color: #341300;
}
</style>
border-color css
<style>
span { border-color: #341300; }
span { border-color: rgb(52,19,0); }
td.TdClassName
{
border-color: #341300;
}
.TagClassName
{
border-color: #341300;
}
</style>