Shades of Brown Pod #341F17
Tints of Brown Pod #341F17
RGB
CMYK
RGB Variations
Color information
#341F17 (or 0x341F17) is known color: Brown Pod. HEX triplet: 34, 1F and 17. RGB value is (52,31,23). Sum of RGB (Red+Green+Blue) = 52+31+23=106 (14% of max value = 765). Red value is 52 (20.70% from 255 or 49.06% from 106); Green value is 31 (12.5% from 255 or 29.25% from 106); Blue value is 23 (9.38% from 255 or 21.70% from 106); Max value from RGB is 52 - color contains mainly: red. Hex color #341F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341F17 is #CBE0E8. Grayscale: #242424. Windows color (decimal): -13361385 or 1515316. OLE color: 1515316.
HSL color Cylindrical-coordinate representation of color #341F17: hue angle of 16.55º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #341F17 is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 31 | 23 | - |
| CMYK | 0 | 0.40 | 0.56 | 0.80 |
| HSL | 16.55º | 0.39% | 0.15% | - |
| HSV(B) | 16.55º | 0.56% | 0.2% | - |
| XYZ | 2.06 | 1.77 | 1.04 | - |
| YUV | 36.37 | 120.46 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 31 | 23 | 0 | 0.40 | 0.56 | 0.80 | 16.55 | 0.39 | 0.15 |
| Hex | 34 | 1F | 17 | 0 | 28 | 38 | 50 | 11 | 27 | F |
| Octal | 64 | 37 | 27 | 0 | 50 | 70 | 120 | 21 | 47 | 17 |
| Binary | 110100 | 11111 | 10111 | 0 | 101000 | 111000 | 1010000 | 10001 | 100111 | 1111 |
Color Harmonies of #341F17
Complementary color
Monochromatic Colors of #341F17
Black with #341F17
Text Example
Text Example
White with #341F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341F17; }
p { color: rgb(52,31,23); }
H1.HeaderClassName
{
color: #341F17;
}
.AnyTagClassName
{
color: #341F17;
}
</style>
background-color css
<style>
a { background-color: #341F17; }
a { background-color: rgb(52,31,23); }
div.DivClassName
{
background-color: #341F17;
}
.BgClassName
{
background-color: #341F17;
}
</style>
border-color css
<style>
span { border-color: #341F17; }
span { border-color: rgb(52,31,23); }
td.TdClassName
{
border-color: #341F17;
}
.TagClassName
{
border-color: #341F17;
}
</style>