Shades of Brown Pod #32190C
Tints of Brown Pod #32190C
RGB
CMYK
RGB Variations
Color information
#32190C (or 0x32190C) is known color: Brown Pod. HEX triplet: 32, 19 and 0C. RGB value is (50,25,12). Sum of RGB (Red+Green+Blue) = 50+25+12=87 (11% of max value = 765). Red value is 50 (19.92% from 255 or 57.47% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 12 (5.08% from 255 or 13.79% from 87); Max value from RGB is 50 - color contains mainly: red. Hex color #32190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32190C is #CDE6F3. Grayscale: #1F1F1F. Windows color (decimal): -13494004 or 792882. OLE color: 792882.
HSL color Cylindrical-coordinate representation of color #32190C: hue angle of 20.53º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32190C is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 25 | 12 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.80 |
| HSL | 20.53º | 0.61% | 0.12% | - |
| HSV(B) | 20.53º | 0.76% | 0.2% | - |
| XYZ | 1.73 | 1.4 | 0.53 | - |
| YUV | 30.99 | 117.28 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 25 | 12 | 0 | 0.50 | 0.76 | 0.80 | 20.53 | 0.61 | 0.12 |
| Hex | 32 | 19 | C | 0 | 32 | 4C | 50 | 15 | 3D | C |
| Octal | 62 | 31 | 14 | 0 | 62 | 114 | 120 | 25 | 75 | 14 |
| Binary | 110010 | 11001 | 1100 | 0 | 110010 | 1001100 | 1010000 | 10101 | 111101 | 1100 |
Color Harmonies of #32190C
Complementary color
Monochromatic Colors of #32190C
Black with #32190C
Text Example
Text Example
White with #32190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32190C; }
p { color: rgb(50,25,12); }
H1.HeaderClassName
{
color: #32190C;
}
.AnyTagClassName
{
color: #32190C;
}
</style>
background-color css
<style>
a { background-color: #32190C; }
a { background-color: rgb(50,25,12); }
div.DivClassName
{
background-color: #32190C;
}
.BgClassName
{
background-color: #32190C;
}
</style>
border-color css
<style>
span { border-color: #32190C; }
span { border-color: rgb(50,25,12); }
td.TdClassName
{
border-color: #32190C;
}
.TagClassName
{
border-color: #32190C;
}
</style>