Shades of Brown Pod #341A07
Tints of Brown Pod #341A07
RGB
CMYK
RGB Variations
Color information
#341A07 (or 0x341A07) is known color: Brown Pod. HEX triplet: 34, 1A and 07. RGB value is (52,26,7). Sum of RGB (Red+Green+Blue) = 52+26+7=85 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.18% from 85); Green value is 26 (10.55% from 255 or 30.59% from 85); Blue value is 7 (3.12% from 255 or 8.24% from 85); Max value from RGB is 52 - color contains mainly: red. Hex color #341A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341A07 is #CBE5F8. Grayscale: #1F1F1F. Windows color (decimal): -13362681 or 465460. OLE color: 465460.
HSL color Cylindrical-coordinate representation of color #341A07: hue angle of 25.33º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #341A07 is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 26 | 7 | - |
| CMYK | 0 | 0.50 | 0.87 | 0.80 |
| HSL | 25.33º | 0.76% | 0.12% | - |
| HSV(B) | 25.33º | 0.87% | 0.2% | - |
| XYZ | 1.82 | 1.48 | 0.39 | - |
| YUV | 31.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 26 | 7 | 0 | 0.50 | 0.87 | 0.80 | 25.33 | 0.76 | 0.12 |
| Hex | 34 | 1A | 7 | 0 | 32 | 57 | 50 | 19 | 4C | C |
| Octal | 64 | 32 | 7 | 0 | 62 | 127 | 120 | 31 | 114 | 14 |
| Binary | 110100 | 11010 | 111 | 0 | 110010 | 1010111 | 1010000 | 11001 | 1001100 | 1100 |
Color Harmonies of #341A07
Complementary color
Monochromatic Colors of #341A07
Black with #341A07
Text Example
Text Example
White with #341A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341A07; }
p { color: rgb(52,26,7); }
H1.HeaderClassName
{
color: #341A07;
}
.AnyTagClassName
{
color: #341A07;
}
</style>
background-color css
<style>
a { background-color: #341A07; }
a { background-color: rgb(52,26,7); }
div.DivClassName
{
background-color: #341A07;
}
.BgClassName
{
background-color: #341A07;
}
</style>
border-color css
<style>
span { border-color: #341A07; }
span { border-color: rgb(52,26,7); }
td.TdClassName
{
border-color: #341A07;
}
.TagClassName
{
border-color: #341A07;
}
</style>