Shades of Brown Pod #34180B
Tints of Brown Pod #34180B
RGB
CMYK
RGB Variations
Color information
#34180B (or 0x34180B) is known color: Brown Pod. HEX triplet: 34, 18 and 0B. RGB value is (52,24,11). Sum of RGB (Red+Green+Blue) = 52+24+11=87 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.77% from 87); Green value is 24 (9.77% from 255 or 27.59% from 87); Blue value is 11 (4.69% from 255 or 12.64% from 87); Max value from RGB is 52 - color contains mainly: red. Hex color #34180B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34180B is #CBE7F4. Grayscale: #1E1E1E. Windows color (decimal): -13363189 or 727092. OLE color: 727092.
HSL color Cylindrical-coordinate representation of color #34180B: hue angle of 19.02º 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 #34180B is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 24 | 11 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.80 |
| HSL | 19.02º | 0.65% | 0.12% | - |
| HSV(B) | 19.02º | 0.79% | 0.2% | - |
| XYZ | 1.8 | 1.41 | 0.49 | - |
| YUV | 30.89 | 116.78 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 24 | 11 | 0 | 0.54 | 0.79 | 0.80 | 19.02 | 0.65 | 0.12 |
| Hex | 34 | 18 | B | 0 | 36 | 4F | 50 | 13 | 41 | C |
| Octal | 64 | 30 | 13 | 0 | 66 | 117 | 120 | 23 | 101 | 14 |
| Binary | 110100 | 11000 | 1011 | 0 | 110110 | 1001111 | 1010000 | 10011 | 1000001 | 1100 |
Color Harmonies of #34180B
Complementary color
Monochromatic Colors of #34180B
Black with #34180B
Text Example
Text Example
White with #34180B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34180B; }
p { color: rgb(52,24,11); }
H1.HeaderClassName
{
color: #34180B;
}
.AnyTagClassName
{
color: #34180B;
}
</style>
background-color css
<style>
a { background-color: #34180B; }
a { background-color: rgb(52,24,11); }
div.DivClassName
{
background-color: #34180B;
}
.BgClassName
{
background-color: #34180B;
}
</style>
border-color css
<style>
span { border-color: #34180B; }
span { border-color: rgb(52,24,11); }
td.TdClassName
{
border-color: #34180B;
}
.TagClassName
{
border-color: #34180B;
}
</style>