Shades of Brown Pod #32190F
Tints of Brown Pod #32190F
RGB
CMYK
RGB Variations
Color information
#32190F (or 0x32190F) is known color: Brown Pod. HEX triplet: 32, 19 and 0F. RGB value is (50,25,15). Sum of RGB (Red+Green+Blue) = 50+25+15=90 (11% of max value = 765). Red value is 50 (19.92% from 255 or 55.56% from 90); Green value is 25 (10.16% from 255 or 27.78% from 90); Blue value is 15 (6.25% from 255 or 16.67% from 90); Max value from RGB is 50 - color contains mainly: red. Hex color #32190F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32190F is #CDE6F0. Grayscale: #1F1F1F. Windows color (decimal): -13494001 or 989490. OLE color: 989490.
HSL color Cylindrical-coordinate representation of color #32190F: hue angle of 17.14º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32190F is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 25 | 15 | - |
| CMYK | 0 | 0.50 | 0.70 | 0.80 |
| HSL | 17.14º | 0.54% | 0.13% | - |
| HSV(B) | 17.14º | 0.7% | 0.2% | - |
| XYZ | 1.75 | 1.41 | 0.63 | - |
| YUV | 31.34 | 118.78 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 25 | 15 | 0 | 0.50 | 0.70 | 0.80 | 17.14 | 0.54 | 0.13 |
| Hex | 32 | 19 | F | 0 | 32 | 46 | 50 | 11 | 36 | D |
| Octal | 62 | 31 | 17 | 0 | 62 | 106 | 120 | 21 | 66 | 15 |
| Binary | 110010 | 11001 | 1111 | 0 | 110010 | 1000110 | 1010000 | 10001 | 110110 | 1101 |
Color Harmonies of #32190F
Complementary color
Monochromatic Colors of #32190F
Black with #32190F
Text Example
Text Example
White with #32190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32190F; }
p { color: rgb(50,25,15); }
H1.HeaderClassName
{
color: #32190F;
}
.AnyTagClassName
{
color: #32190F;
}
</style>
background-color css
<style>
a { background-color: #32190F; }
a { background-color: rgb(50,25,15); }
div.DivClassName
{
background-color: #32190F;
}
.BgClassName
{
background-color: #32190F;
}
</style>
border-color css
<style>
span { border-color: #32190F; }
span { border-color: rgb(50,25,15); }
td.TdClassName
{
border-color: #32190F;
}
.TagClassName
{
border-color: #32190F;
}
</style>