Shades of Brown Pod #341B0B
Tints of Brown Pod #341B0B
RGB
CMYK
RGB Variations
Color information
#341B0B (or 0x341B0B) is known color: Brown Pod. HEX triplet: 34, 1B and 0B. RGB value is (52,27,11). Sum of RGB (Red+Green+Blue) = 52+27+11=90 (11% of max value = 765). Red value is 52 (20.70% from 255 or 57.78% from 90); Green value is 27 (10.94% from 255 or 30% from 90); Blue value is 11 (4.69% from 255 or 12.22% from 90); Max value from RGB is 52 - color contains mainly: red. Hex color #341B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341B0B is #CBE4F4. Grayscale: #202020. Windows color (decimal): -13362421 or 727860. OLE color: 727860.
HSL color Cylindrical-coordinate representation of color #341B0B: hue angle of 23.41º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #341B0B is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 27 | 11 | - |
| CMYK | 0 | 0.48 | 0.79 | 0.80 |
| HSL | 23.41º | 0.65% | 0.12% | - |
| HSV(B) | 23.41º | 0.79% | 0.2% | - |
| XYZ | 1.87 | 1.54 | 0.52 | - |
| YUV | 32.65 | 115.78 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 27 | 11 | 0 | 0.48 | 0.79 | 0.80 | 23.41 | 0.65 | 0.12 |
| Hex | 34 | 1B | B | 0 | 30 | 4F | 50 | 17 | 41 | C |
| Octal | 64 | 33 | 13 | 0 | 60 | 117 | 120 | 27 | 101 | 14 |
| Binary | 110100 | 11011 | 1011 | 0 | 110000 | 1001111 | 1010000 | 10111 | 1000001 | 1100 |
Color Harmonies of #341B0B
Complementary color
Monochromatic Colors of #341B0B
Black with #341B0B
Text Example
Text Example
White with #341B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341B0B; }
p { color: rgb(52,27,11); }
H1.HeaderClassName
{
color: #341B0B;
}
.AnyTagClassName
{
color: #341B0B;
}
</style>
background-color css
<style>
a { background-color: #341B0B; }
a { background-color: rgb(52,27,11); }
div.DivClassName
{
background-color: #341B0B;
}
.BgClassName
{
background-color: #341B0B;
}
</style>
border-color css
<style>
span { border-color: #341B0B; }
span { border-color: rgb(52,27,11); }
td.TdClassName
{
border-color: #341B0B;
}
.TagClassName
{
border-color: #341B0B;
}
</style>