Shades of Brown Pod #341A12
Tints of Brown Pod #341A12
RGB
CMYK
RGB Variations
Color information
#341A12 (or 0x341A12) is known color: Brown Pod. HEX triplet: 34, 1A and 12. RGB value is (52,26,18). Sum of RGB (Red+Green+Blue) = 52+26+18=96 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.17% from 96); Green value is 26 (10.55% from 255 or 27.08% from 96); Blue value is 18 (7.42% from 255 or 18.75% from 96); Max value from RGB is 52 - color contains mainly: red. Hex color #341A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341A12 is #CBE5ED. Grayscale: #202020. Windows color (decimal): -13362670 or 1186356. OLE color: 1186356.
HSL color Cylindrical-coordinate representation of color #341A12: hue angle of 14.12º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #341A12 is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 26 | 18 | - |
| CMYK | 0 | 0.50 | 0.65 | 0.80 |
| HSL | 14.12º | 0.49% | 0.14% | - |
| HSV(B) | 14.12º | 0.65% | 0.2% | - |
| XYZ | 1.89 | 1.51 | 0.76 | - |
| YUV | 32.86 | 119.61 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 26 | 18 | 0 | 0.50 | 0.65 | 0.80 | 14.12 | 0.49 | 0.14 |
| Hex | 34 | 1A | 12 | 0 | 32 | 41 | 50 | E | 31 | E |
| Octal | 64 | 32 | 22 | 0 | 62 | 101 | 120 | 16 | 61 | 16 |
| Binary | 110100 | 11010 | 10010 | 0 | 110010 | 1000001 | 1010000 | 1110 | 110001 | 1110 |
Color Harmonies of #341A12
Complementary color
Monochromatic Colors of #341A12
Black with #341A12
Text Example
Text Example
White with #341A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341A12; }
p { color: rgb(52,26,18); }
H1.HeaderClassName
{
color: #341A12;
}
.AnyTagClassName
{
color: #341A12;
}
</style>
background-color css
<style>
a { background-color: #341A12; }
a { background-color: rgb(52,26,18); }
div.DivClassName
{
background-color: #341A12;
}
.BgClassName
{
background-color: #341A12;
}
</style>
border-color css
<style>
span { border-color: #341A12; }
span { border-color: rgb(52,26,18); }
td.TdClassName
{
border-color: #341A12;
}
.TagClassName
{
border-color: #341A12;
}
</style>