Shades of Brown Pod #34180C
Tints of Brown Pod #34180C
RGB
CMYK
RGB Variations
Color information
#34180C (or 0x34180C) is known color: Brown Pod. HEX triplet: 34, 18 and 0C. RGB value is (52,24,12). Sum of RGB (Red+Green+Blue) = 52+24+12=88 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.09% from 88); Green value is 24 (9.77% from 255 or 27.27% from 88); Blue value is 12 (5.08% from 255 or 13.64% from 88); Max value from RGB is 52 - color contains mainly: red. Hex color #34180C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34180C is #CBE7F3. Grayscale: #1F1F1F. Windows color (decimal): -13363188 or 792628. OLE color: 792628.
HSL color Cylindrical-coordinate representation of color #34180C: hue angle of 18º 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 #34180C is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 24 | 12 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.80 |
| HSL | 18º | 0.63% | 0.13% | - |
| HSV(B) | 18º | 0.77% | 0.2% | - |
| XYZ | 1.81 | 1.41 | 0.52 | - |
| YUV | 31 | 117.28 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 24 | 12 | 0 | 0.54 | 0.77 | 0.80 | 18 | 0.63 | 0.13 |
| Hex | 34 | 18 | C | 0 | 36 | 4D | 50 | 12 | 3E | D |
| Octal | 64 | 30 | 14 | 0 | 66 | 115 | 120 | 22 | 76 | 15 |
| Binary | 110100 | 11000 | 1100 | 0 | 110110 | 1001101 | 1010000 | 10010 | 111110 | 1101 |
Color Harmonies of #34180C
Complementary color
Monochromatic Colors of #34180C
Black with #34180C
Text Example
Text Example
White with #34180C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34180C; }
p { color: rgb(52,24,12); }
H1.HeaderClassName
{
color: #34180C;
}
.AnyTagClassName
{
color: #34180C;
}
</style>
background-color css
<style>
a { background-color: #34180C; }
a { background-color: rgb(52,24,12); }
div.DivClassName
{
background-color: #34180C;
}
.BgClassName
{
background-color: #34180C;
}
</style>
border-color css
<style>
span { border-color: #34180C; }
span { border-color: rgb(52,24,12); }
td.TdClassName
{
border-color: #34180C;
}
.TagClassName
{
border-color: #34180C;
}
</style>