Shades of Brown Pod #341700
Tints of Brown Pod #341700
RGB
CMYK
RGB Variations
Color information
#341700 (or 0x341700) is known color: Brown Pod. HEX triplet: 34, 17 and 00. RGB value is (52,23,0). Sum of RGB (Red+Green+Blue) = 52+23+0=75 (9% of max value = 765). Red value is 52 (20.70% from 255 or 69.33% from 75); Green value is 23 (9.38% from 255 or 30.67% from 75); Blue value is 0 (0.39% from 255 or 0% from 75); Max value from RGB is 52 - color contains mainly: red. Hex color #341700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341700 is #CBE8FF. Grayscale: #1D1D1D. Windows color (decimal): -13363456 or 5940. OLE color: 5940.
HSL color Cylindrical-coordinate representation of color #341700: hue angle of 26.54º 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 #341700 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 23 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.80 |
| HSL | 26.54º | 1% | 0.1% | - |
| HSV(B) | 26.54º | 1% | 0.2% | - |
| XYZ | 1.72 | 1.34 | 0.17 | - |
| YUV | 29.05 | 111.61 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 23 | 0 | 0 | 0.56 | 1 | 0.80 | 26.54 | 1 | 0.1 |
| Hex | 34 | 17 | 0 | 0 | 38 | 64 | 50 | 1B | 64 | A |
| Octal | 64 | 27 | 0 | 0 | 70 | 144 | 120 | 33 | 144 | 12 |
| Binary | 110100 | 10111 | 0 | 0 | 111000 | 1100100 | 1010000 | 11011 | 1100100 | 1010 |
Color Harmonies of #341700
Complementary color
Monochromatic Colors of #341700
Black with #341700
Text Example
Text Example
White with #341700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341700; }
p { color: rgb(52,23,0); }
H1.HeaderClassName
{
color: #341700;
}
.AnyTagClassName
{
color: #341700;
}
</style>
background-color css
<style>
a { background-color: #341700; }
a { background-color: rgb(52,23,0); }
div.DivClassName
{
background-color: #341700;
}
.BgClassName
{
background-color: #341700;
}
</style>
border-color css
<style>
span { border-color: #341700; }
span { border-color: rgb(52,23,0); }
td.TdClassName
{
border-color: #341700;
}
.TagClassName
{
border-color: #341700;
}
</style>