Shades of Brown Pod #32190B
Tints of Brown Pod #32190B
RGB
CMYK
RGB Variations
Color information
#32190B (or 0x32190B) is known color: Brown Pod. HEX triplet: 32, 19 and 0B. RGB value is (50,25,11). Sum of RGB (Red+Green+Blue) = 50+25+11=86 (11% of max value = 765). Red value is 50 (19.92% from 255 or 58.14% from 86); Green value is 25 (10.16% from 255 or 29.07% from 86); Blue value is 11 (4.69% from 255 or 12.79% from 86); Max value from RGB is 50 - color contains mainly: red. Hex color #32190B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32190B is #CDE6F4. Grayscale: #1E1E1E. Windows color (decimal): -13494005 or 727346. OLE color: 727346.
HSL color Cylindrical-coordinate representation of color #32190B: hue angle of 21.54º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32190B is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 25 | 11 | - |
| CMYK | 0 | 0.50 | 0.78 | 0.80 |
| HSL | 21.54º | 0.64% | 0.12% | - |
| HSV(B) | 21.54º | 0.78% | 0.2% | - |
| XYZ | 1.72 | 1.4 | 0.5 | - |
| YUV | 30.88 | 116.78 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 25 | 11 | 0 | 0.50 | 0.78 | 0.80 | 21.54 | 0.64 | 0.12 |
| Hex | 32 | 19 | B | 0 | 32 | 4E | 50 | 16 | 40 | C |
| Octal | 62 | 31 | 13 | 0 | 62 | 116 | 120 | 26 | 100 | 14 |
| Binary | 110010 | 11001 | 1011 | 0 | 110010 | 1001110 | 1010000 | 10110 | 1000000 | 1100 |
Color Harmonies of #32190B
Complementary color
Monochromatic Colors of #32190B
Black with #32190B
Text Example
Text Example
White with #32190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32190B; }
p { color: rgb(50,25,11); }
H1.HeaderClassName
{
color: #32190B;
}
.AnyTagClassName
{
color: #32190B;
}
</style>
background-color css
<style>
a { background-color: #32190B; }
a { background-color: rgb(50,25,11); }
div.DivClassName
{
background-color: #32190B;
}
.BgClassName
{
background-color: #32190B;
}
</style>
border-color css
<style>
span { border-color: #32190B; }
span { border-color: rgb(50,25,11); }
td.TdClassName
{
border-color: #32190B;
}
.TagClassName
{
border-color: #32190B;
}
</style>