Shades of Brown Pod #341B0A
Tints of Brown Pod #341B0A
RGB
CMYK
RGB Variations
Color information
#341B0A (or 0x341B0A) is known color: Brown Pod. HEX triplet: 34, 1B and 0A. RGB value is (52,27,10). Sum of RGB (Red+Green+Blue) = 52+27+10=89 (11% of max value = 765). Red value is 52 (20.70% from 255 or 58.43% from 89); Green value is 27 (10.94% from 255 or 30.34% from 89); Blue value is 10 (4.30% from 255 or 11.24% from 89); Max value from RGB is 52 - color contains mainly: red. Hex color #341B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341B0A is #CBE4F5. Grayscale: #202020. Windows color (decimal): -13362422 or 662324. OLE color: 662324.
HSL color Cylindrical-coordinate representation of color #341B0A: hue angle of 24.29º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #341B0A is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 27 | 10 | - |
| CMYK | 0 | 0.48 | 0.81 | 0.80 |
| HSL | 24.29º | 0.68% | 0.12% | - |
| HSV(B) | 24.29º | 0.81% | 0.2% | - |
| XYZ | 1.86 | 1.54 | 0.49 | - |
| YUV | 32.54 | 115.28 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 27 | 10 | 0 | 0.48 | 0.81 | 0.80 | 24.29 | 0.68 | 0.12 |
| Hex | 34 | 1B | A | 0 | 30 | 51 | 50 | 18 | 44 | C |
| Octal | 64 | 33 | 12 | 0 | 60 | 121 | 120 | 30 | 104 | 14 |
| Binary | 110100 | 11011 | 1010 | 0 | 110000 | 1010001 | 1010000 | 11000 | 1000100 | 1100 |
Color Harmonies of #341B0A
Complementary color
Monochromatic Colors of #341B0A
Black with #341B0A
Text Example
Text Example
White with #341B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341B0A; }
p { color: rgb(52,27,10); }
H1.HeaderClassName
{
color: #341B0A;
}
.AnyTagClassName
{
color: #341B0A;
}
</style>
background-color css
<style>
a { background-color: #341B0A; }
a { background-color: rgb(52,27,10); }
div.DivClassName
{
background-color: #341B0A;
}
.BgClassName
{
background-color: #341B0A;
}
</style>
border-color css
<style>
span { border-color: #341B0A; }
span { border-color: rgb(52,27,10); }
td.TdClassName
{
border-color: #341B0A;
}
.TagClassName
{
border-color: #341B0A;
}
</style>