Shades of Brown Pod #341808
Tints of Brown Pod #341808
RGB
CMYK
RGB Variations
Color information
#341808 (or 0x341808) is known color: Brown Pod. HEX triplet: 34, 18 and 08. RGB value is (52,24,8). Sum of RGB (Red+Green+Blue) = 52+24+8=84 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.90% from 84); Green value is 24 (9.77% from 255 or 28.57% from 84); Blue value is 8 (3.52% from 255 or 9.52% from 84); Max value from RGB is 52 - color contains mainly: red. Hex color #341808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341808 is #CBE7F7. Grayscale: #1E1E1E. Windows color (decimal): -13363192 or 530484. OLE color: 530484.
HSL color Cylindrical-coordinate representation of color #341808: hue angle of 21.82º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #341808 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 24 | 8 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.80 |
| HSL | 21.82º | 0.73% | 0.12% | - |
| HSV(B) | 21.82º | 0.85% | 0.2% | - |
| XYZ | 1.79 | 1.4 | 0.41 | - |
| YUV | 30.55 | 115.28 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 24 | 8 | 0 | 0.54 | 0.85 | 0.80 | 21.82 | 0.73 | 0.12 |
| Hex | 34 | 18 | 8 | 0 | 36 | 55 | 50 | 16 | 49 | C |
| Octal | 64 | 30 | 10 | 0 | 66 | 125 | 120 | 26 | 111 | 14 |
| Binary | 110100 | 11000 | 1000 | 0 | 110110 | 1010101 | 1010000 | 10110 | 1001001 | 1100 |
Color Harmonies of #341808
Complementary color
Monochromatic Colors of #341808
Black with #341808
Text Example
Text Example
White with #341808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341808; }
p { color: rgb(52,24,8); }
H1.HeaderClassName
{
color: #341808;
}
.AnyTagClassName
{
color: #341808;
}
</style>
background-color css
<style>
a { background-color: #341808; }
a { background-color: rgb(52,24,8); }
div.DivClassName
{
background-color: #341808;
}
.BgClassName
{
background-color: #341808;
}
</style>
border-color css
<style>
span { border-color: #341808; }
span { border-color: rgb(52,24,8); }
td.TdClassName
{
border-color: #341808;
}
.TagClassName
{
border-color: #341808;
}
</style>