Shades of Brown Pod #32201B
Tints of Brown Pod #32201B
RGB
CMYK
RGB Variations
Color information
#32201B (or 0x32201B) is known color: Brown Pod. HEX triplet: 32, 20 and 1B. RGB value is (50,32,27). Sum of RGB (Red+Green+Blue) = 50+32+27=109 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.87% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 50 - color contains mainly: red. Hex color #32201B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32201B is #CDDFE4. Grayscale: #242424. Windows color (decimal): -13492197 or 1777714. OLE color: 1777714.
HSL color Cylindrical-coordinate representation of color #32201B: hue angle of 13.04º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #32201B is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 32 | 27 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.80 |
| HSL | 13.04º | 0.3% | 0.15% | - |
| HSV(B) | 13.04º | 0.46% | 0.2% | - |
| XYZ | 2.03 | 1.79 | 1.28 | - |
| YUV | 36.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 32 | 27 | 0 | 0.36 | 0.46 | 0.80 | 13.04 | 0.3 | 0.15 |
| Hex | 32 | 20 | 1B | 0 | 24 | 2E | 50 | D | 1E | F |
| Octal | 62 | 40 | 33 | 0 | 44 | 56 | 120 | 15 | 36 | 17 |
| Binary | 110010 | 100000 | 11011 | 0 | 100100 | 101110 | 1010000 | 1101 | 11110 | 1111 |
Color Harmonies of #32201B
Complementary color
Monochromatic Colors of #32201B
Black with #32201B
Text Example
Text Example
White with #32201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32201B; }
p { color: rgb(50,32,27); }
H1.HeaderClassName
{
color: #32201B;
}
.AnyTagClassName
{
color: #32201B;
}
</style>
background-color css
<style>
a { background-color: #32201B; }
a { background-color: rgb(50,32,27); }
div.DivClassName
{
background-color: #32201B;
}
.BgClassName
{
background-color: #32201B;
}
</style>
border-color css
<style>
span { border-color: #32201B; }
span { border-color: rgb(50,32,27); }
td.TdClassName
{
border-color: #32201B;
}
.TagClassName
{
border-color: #32201B;
}
</style>