Shades of Brown Pod #341A08
Tints of Brown Pod #341A08
RGB
CMYK
RGB Variations
Color information
#341A08 (or 0x341A08) is known color: Brown Pod. HEX triplet: 34, 1A and 08. RGB value is (52,26,8). Sum of RGB (Red+Green+Blue) = 52+26+8=86 (11% of max value = 765). Red value is 52 (20.70% from 255 or 60.47% from 86); Green value is 26 (10.55% from 255 or 30.23% from 86); Blue value is 8 (3.52% from 255 or 9.30% from 86); Max value from RGB is 52 - color contains mainly: red. Hex color #341A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341A08 is #CBE5F7. Grayscale: #1F1F1F. Windows color (decimal): -13362680 or 530996. OLE color: 530996.
HSL color Cylindrical-coordinate representation of color #341A08: hue angle of 24.55º 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 #341A08 is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 26 | 8 | - |
| CMYK | 0 | 0.50 | 0.85 | 0.80 |
| HSL | 24.55º | 0.73% | 0.12% | - |
| HSV(B) | 24.55º | 0.85% | 0.2% | - |
| XYZ | 1.83 | 1.49 | 0.42 | - |
| YUV | 31.72 | 114.61 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 26 | 8 | 0 | 0.50 | 0.85 | 0.80 | 24.55 | 0.73 | 0.12 |
| Hex | 34 | 1A | 8 | 0 | 32 | 55 | 50 | 19 | 49 | C |
| Octal | 64 | 32 | 10 | 0 | 62 | 125 | 120 | 31 | 111 | 14 |
| Binary | 110100 | 11010 | 1000 | 0 | 110010 | 1010101 | 1010000 | 11001 | 1001001 | 1100 |
Color Harmonies of #341A08
Complementary color
Monochromatic Colors of #341A08
Black with #341A08
Text Example
Text Example
White with #341A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341A08; }
p { color: rgb(52,26,8); }
H1.HeaderClassName
{
color: #341A08;
}
.AnyTagClassName
{
color: #341A08;
}
</style>
background-color css
<style>
a { background-color: #341A08; }
a { background-color: rgb(52,26,8); }
div.DivClassName
{
background-color: #341A08;
}
.BgClassName
{
background-color: #341A08;
}
</style>
border-color css
<style>
span { border-color: #341A08; }
span { border-color: rgb(52,26,8); }
td.TdClassName
{
border-color: #341A08;
}
.TagClassName
{
border-color: #341A08;
}
</style>