Shades of Brown Pod #32211C
Tints of Brown Pod #32211C
RGB
CMYK
RGB Variations
Color information
#32211C (or 0x32211C) is known color: Brown Pod. HEX triplet: 32, 21 and 1C. RGB value is (50,33,28). Sum of RGB (Red+Green+Blue) = 50+33+28=111 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.05% from 111); Green value is 33 (13.28% from 255 or 29.73% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 50 - color contains mainly: red. Hex color #32211C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32211C is #CDDEE3. Grayscale: #252525. Windows color (decimal): -13491940 or 1843506. OLE color: 1843506.
HSL color Cylindrical-coordinate representation of color #32211C: hue angle of 13.64º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #32211C is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 33 | 28 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.80 |
| HSL | 13.64º | 0.28% | 0.15% | - |
| HSV(B) | 13.64º | 0.44% | 0.2% | - |
| XYZ | 2.07 | 1.85 | 1.35 | - |
| YUV | 37.51 | 122.63 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 33 | 28 | 0 | 0.34 | 0.44 | 0.80 | 13.64 | 0.28 | 0.15 |
| Hex | 32 | 21 | 1C | 0 | 22 | 2C | 50 | E | 1C | F |
| Octal | 62 | 41 | 34 | 0 | 42 | 54 | 120 | 16 | 34 | 17 |
| Binary | 110010 | 100001 | 11100 | 0 | 100010 | 101100 | 1010000 | 1110 | 11100 | 1111 |
Color Harmonies of #32211C
Complementary color
Monochromatic Colors of #32211C
Black with #32211C
Text Example
Text Example
White with #32211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32211C; }
p { color: rgb(50,33,28); }
H1.HeaderClassName
{
color: #32211C;
}
.AnyTagClassName
{
color: #32211C;
}
</style>
background-color css
<style>
a { background-color: #32211C; }
a { background-color: rgb(50,33,28); }
div.DivClassName
{
background-color: #32211C;
}
.BgClassName
{
background-color: #32211C;
}
</style>
border-color css
<style>
span { border-color: #32211C; }
span { border-color: rgb(50,33,28); }
td.TdClassName
{
border-color: #32211C;
}
.TagClassName
{
border-color: #32211C;
}
</style>