Shades of Brown Pod #341B13
Tints of Brown Pod #341B13
RGB
CMYK
RGB Variations
Color information
#341B13 (or 0x341B13) is known color: Brown Pod. HEX triplet: 34, 1B and 13. RGB value is (52,27,19). Sum of RGB (Red+Green+Blue) = 52+27+19=98 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.06% from 98); Green value is 27 (10.94% from 255 or 27.55% from 98); Blue value is 19 (7.81% from 255 or 19.39% from 98); Max value from RGB is 52 - color contains mainly: red. Hex color #341B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341B13 is #CBE4EC. Grayscale: #212121. Windows color (decimal): -13362413 or 1252148. OLE color: 1252148.
HSL color Cylindrical-coordinate representation of color #341B13: hue angle of 14.55º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #341B13 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 27 | 19 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.80 |
| HSL | 14.55º | 0.46% | 0.14% | - |
| HSV(B) | 14.55º | 0.63% | 0.2% | - |
| XYZ | 1.93 | 1.56 | 0.82 | - |
| YUV | 33.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 27 | 19 | 0 | 0.48 | 0.63 | 0.80 | 14.55 | 0.46 | 0.14 |
| Hex | 34 | 1B | 13 | 0 | 30 | 3F | 50 | F | 2E | E |
| Octal | 64 | 33 | 23 | 0 | 60 | 77 | 120 | 17 | 56 | 16 |
| Binary | 110100 | 11011 | 10011 | 0 | 110000 | 111111 | 1010000 | 1111 | 101110 | 1110 |
Color Harmonies of #341B13
Complementary color
Monochromatic Colors of #341B13
Black with #341B13
Text Example
Text Example
White with #341B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341B13; }
p { color: rgb(52,27,19); }
H1.HeaderClassName
{
color: #341B13;
}
.AnyTagClassName
{
color: #341B13;
}
</style>
background-color css
<style>
a { background-color: #341B13; }
a { background-color: rgb(52,27,19); }
div.DivClassName
{
background-color: #341B13;
}
.BgClassName
{
background-color: #341B13;
}
</style>
border-color css
<style>
span { border-color: #341B13; }
span { border-color: rgb(52,27,19); }
td.TdClassName
{
border-color: #341B13;
}
.TagClassName
{
border-color: #341B13;
}
</style>