Shades of Brown Pod #34190B
Tints of Brown Pod #34190B
RGB
CMYK
RGB Variations
Color information
#34190B (or 0x34190B) is known color: Brown Pod. HEX triplet: 34, 19 and 0B. RGB value is (52,25,11). Sum of RGB (Red+Green+Blue) = 52+25+11=88 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.09% from 88); Green value is 25 (10.16% from 255 or 28.41% from 88); Blue value is 11 (4.69% from 255 or 12.5% from 88); Max value from RGB is 52 - color contains mainly: red. Hex color #34190B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34190B is #CBE6F4. Grayscale: #1F1F1F. Windows color (decimal): -13362933 or 727348. OLE color: 727348.
HSL color Cylindrical-coordinate representation of color #34190B: hue angle of 20.49º 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 #34190B is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 25 | 11 | - |
| CMYK | 0 | 0.52 | 0.79 | 0.80 |
| HSL | 20.49º | 0.65% | 0.12% | - |
| HSV(B) | 20.49º | 0.79% | 0.2% | - |
| XYZ | 1.82 | 1.45 | 0.5 | - |
| YUV | 31.48 | 116.45 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 25 | 11 | 0 | 0.52 | 0.79 | 0.80 | 20.49 | 0.65 | 0.12 |
| Hex | 34 | 19 | B | 0 | 34 | 4F | 50 | 14 | 41 | C |
| Octal | 64 | 31 | 13 | 0 | 64 | 117 | 120 | 24 | 101 | 14 |
| Binary | 110100 | 11001 | 1011 | 0 | 110100 | 1001111 | 1010000 | 10100 | 1000001 | 1100 |
Color Harmonies of #34190B
Complementary color
Monochromatic Colors of #34190B
Black with #34190B
Text Example
Text Example
White with #34190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34190B; }
p { color: rgb(52,25,11); }
H1.HeaderClassName
{
color: #34190B;
}
.AnyTagClassName
{
color: #34190B;
}
</style>
background-color css
<style>
a { background-color: #34190B; }
a { background-color: rgb(52,25,11); }
div.DivClassName
{
background-color: #34190B;
}
.BgClassName
{
background-color: #34190B;
}
</style>
border-color css
<style>
span { border-color: #34190B; }
span { border-color: rgb(52,25,11); }
td.TdClassName
{
border-color: #34190B;
}
.TagClassName
{
border-color: #34190B;
}
</style>