Shades of Brown Pod #34170C
Tints of Brown Pod #34170C
RGB
CMYK
RGB Variations
Color information
#34170C (or 0x34170C) is known color: Brown Pod. HEX triplet: 34, 17 and 0C. RGB value is (52,23,12). Sum of RGB (Red+Green+Blue) = 52+23+12=87 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.77% from 87); Green value is 23 (9.38% from 255 or 26.44% from 87); Blue value is 12 (5.08% from 255 or 13.79% from 87); Max value from RGB is 52 - color contains mainly: red. Hex color #34170C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34170C is #CBE8F3. Grayscale: #1E1E1E. Windows color (decimal): -13363444 or 792372. OLE color: 792372.
HSL color Cylindrical-coordinate representation of color #34170C: hue angle of 16.5º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34170C is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 23 | 12 | - |
| CMYK | 0 | 0.56 | 0.77 | 0.80 |
| HSL | 16.5º | 0.63% | 0.13% | - |
| HSV(B) | 16.5º | 0.77% | 0.2% | - |
| XYZ | 1.79 | 1.37 | 0.52 | - |
| YUV | 30.42 | 117.61 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 23 | 12 | 0 | 0.56 | 0.77 | 0.80 | 16.5 | 0.63 | 0.13 |
| Hex | 34 | 17 | C | 0 | 38 | 4D | 50 | 10 | 3E | D |
| Octal | 64 | 27 | 14 | 0 | 70 | 115 | 120 | 20 | 76 | 15 |
| Binary | 110100 | 10111 | 1100 | 0 | 111000 | 1001101 | 1010000 | 10000 | 111110 | 1101 |
Color Harmonies of #34170C
Complementary color
Monochromatic Colors of #34170C
Black with #34170C
Text Example
Text Example
White with #34170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34170C; }
p { color: rgb(52,23,12); }
H1.HeaderClassName
{
color: #34170C;
}
.AnyTagClassName
{
color: #34170C;
}
</style>
background-color css
<style>
a { background-color: #34170C; }
a { background-color: rgb(52,23,12); }
div.DivClassName
{
background-color: #34170C;
}
.BgClassName
{
background-color: #34170C;
}
</style>
border-color css
<style>
span { border-color: #34170C; }
span { border-color: rgb(52,23,12); }
td.TdClassName
{
border-color: #34170C;
}
.TagClassName
{
border-color: #34170C;
}
</style>