Shades of Brown Pod #341B10
Tints of Brown Pod #341B10
RGB
CMYK
RGB Variations
Color information
#341B10 (or 0x341B10) is known color: Brown Pod. HEX triplet: 34, 1B and 10. RGB value is (52,27,16). Sum of RGB (Red+Green+Blue) = 52+27+16=95 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.74% from 95); Green value is 27 (10.94% from 255 or 28.42% from 95); Blue value is 16 (6.64% from 255 or 16.84% from 95); Max value from RGB is 52 - color contains mainly: red. Hex color #341B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341B10 is #CBE4EF. Grayscale: #212121. Windows color (decimal): -13362416 or 1055540. OLE color: 1055540.
HSL color Cylindrical-coordinate representation of color #341B10: hue angle of 18.33º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #341B10 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 27 | 16 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.80 |
| HSL | 18.33º | 0.53% | 0.13% | - |
| HSV(B) | 18.33º | 0.69% | 0.2% | - |
| XYZ | 1.9 | 1.55 | 0.69 | - |
| YUV | 33.22 | 118.28 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 27 | 16 | 0 | 0.48 | 0.69 | 0.80 | 18.33 | 0.53 | 0.13 |
| Hex | 34 | 1B | 10 | 0 | 30 | 45 | 50 | 12 | 35 | D |
| Octal | 64 | 33 | 20 | 0 | 60 | 105 | 120 | 22 | 65 | 15 |
| Binary | 110100 | 11011 | 10000 | 0 | 110000 | 1000101 | 1010000 | 10010 | 110101 | 1101 |
Color Harmonies of #341B10
Complementary color
Monochromatic Colors of #341B10
Black with #341B10
Text Example
Text Example
White with #341B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341B10; }
p { color: rgb(52,27,16); }
H1.HeaderClassName
{
color: #341B10;
}
.AnyTagClassName
{
color: #341B10;
}
</style>
background-color css
<style>
a { background-color: #341B10; }
a { background-color: rgb(52,27,16); }
div.DivClassName
{
background-color: #341B10;
}
.BgClassName
{
background-color: #341B10;
}
</style>
border-color css
<style>
span { border-color: #341B10; }
span { border-color: rgb(52,27,16); }
td.TdClassName
{
border-color: #341B10;
}
.TagClassName
{
border-color: #341B10;
}
</style>