Shades of Brown Pod #321D16
Tints of Brown Pod #321D16
RGB
CMYK
RGB Variations
Color information
#321D16 (or 0x321D16) is known color: Brown Pod. HEX triplet: 32, 1D and 16. RGB value is (50,29,22). Sum of RGB (Red+Green+Blue) = 50+29+22=101 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.50% from 101); Green value is 29 (11.72% from 255 or 28.71% from 101); Blue value is 22 (8.98% from 255 or 21.78% from 101); Max value from RGB is 50 - color contains mainly: red. Hex color #321D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321D16 is #CDE2E9. Grayscale: #222222. Windows color (decimal): -13492970 or 1449266. OLE color: 1449266.
HSL color Cylindrical-coordinate representation of color #321D16: hue angle of 15º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #321D16 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 29 | 22 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.80 |
| HSL | 15º | 0.39% | 0.14% | - |
| HSV(B) | 15º | 0.56% | 0.2% | - |
| XYZ | 1.9 | 1.61 | 0.97 | - |
| YUV | 34.48 | 120.96 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 29 | 22 | 0 | 0.42 | 0.56 | 0.80 | 15 | 0.39 | 0.14 |
| Hex | 32 | 1D | 16 | 0 | 2A | 38 | 50 | F | 27 | E |
| Octal | 62 | 35 | 26 | 0 | 52 | 70 | 120 | 17 | 47 | 16 |
| Binary | 110010 | 11101 | 10110 | 0 | 101010 | 111000 | 1010000 | 1111 | 100111 | 1110 |
Color Harmonies of #321D16
Complementary color
Monochromatic Colors of #321D16
Black with #321D16
Text Example
Text Example
White with #321D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321D16; }
p { color: rgb(50,29,22); }
H1.HeaderClassName
{
color: #321D16;
}
.AnyTagClassName
{
color: #321D16;
}
</style>
background-color css
<style>
a { background-color: #321D16; }
a { background-color: rgb(50,29,22); }
div.DivClassName
{
background-color: #321D16;
}
.BgClassName
{
background-color: #321D16;
}
</style>
border-color css
<style>
span { border-color: #321D16; }
span { border-color: rgb(50,29,22); }
td.TdClassName
{
border-color: #321D16;
}
.TagClassName
{
border-color: #321D16;
}
</style>