Shades of Brown Pod #34231F
Tints of Brown Pod #34231F
RGB
CMYK
RGB Variations
Color information
#34231F (or 0x34231F) is known color: Brown Pod. HEX triplet: 34, 23 and 1F. RGB value is (52,35,31). Sum of RGB (Red+Green+Blue) = 52+35+31=118 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.07% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 52 - color contains mainly: red. Hex color #34231F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34231F is #CBDCE0. Grayscale: #272727. Windows color (decimal): -13360353 or 2040628. OLE color: 2040628.
HSL color Cylindrical-coordinate representation of color #34231F: hue angle of 11.43º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #34231F is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 35 | 31 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.80 |
| HSL | 11.43º | 0.25% | 0.16% | - |
| HSV(B) | 11.43º | 0.4% | 0.2% | - |
| XYZ | 2.26 | 2.03 | 1.57 | - |
| YUV | 39.63 | 123.13 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 35 | 31 | 0 | 0.33 | 0.40 | 0.80 | 11.43 | 0.25 | 0.16 |
| Hex | 34 | 23 | 1F | 0 | 21 | 28 | 50 | B | 19 | 10 |
| Octal | 64 | 43 | 37 | 0 | 41 | 50 | 120 | 13 | 31 | 20 |
| Binary | 110100 | 100011 | 11111 | 0 | 100001 | 101000 | 1010000 | 1011 | 11001 | 10000 |
Color Harmonies of #34231F
Complementary color
Monochromatic Colors of #34231F
Black with #34231F
Text Example
Text Example
White with #34231F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34231F; }
p { color: rgb(52,35,31); }
H1.HeaderClassName
{
color: #34231F;
}
.AnyTagClassName
{
color: #34231F;
}
</style>
background-color css
<style>
a { background-color: #34231F; }
a { background-color: rgb(52,35,31); }
div.DivClassName
{
background-color: #34231F;
}
.BgClassName
{
background-color: #34231F;
}
</style>
border-color css
<style>
span { border-color: #34231F; }
span { border-color: rgb(52,35,31); }
td.TdClassName
{
border-color: #34231F;
}
.TagClassName
{
border-color: #34231F;
}
</style>