Shades of Brown Pod #321D19
Tints of Brown Pod #321D19
RGB
CMYK
RGB Variations
Color information
#321D19 (or 0x321D19) is known color: Brown Pod. HEX triplet: 32, 1D and 19. RGB value is (50,29,25). Sum of RGB (Red+Green+Blue) = 50+29+25=104 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.08% from 104); Green value is 29 (11.72% from 255 or 27.88% from 104); Blue value is 25 (10.16% from 255 or 24.04% from 104); Max value from RGB is 50 - color contains mainly: red. Hex color #321D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321D19 is #CDE2E6. Grayscale: #222222. Windows color (decimal): -13492967 or 1645874. OLE color: 1645874.
HSL color Cylindrical-coordinate representation of color #321D19: hue angle of 9.6º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #321D19 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 29 | 25 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.80 |
| HSL | 9.6º | 0.33% | 0.15% | - |
| HSV(B) | 9.6º | 0.5% | 0.2% | - |
| XYZ | 1.93 | 1.63 | 1.13 | - |
| YUV | 34.82 | 122.46 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 29 | 25 | 0 | 0.42 | 0.50 | 0.80 | 9.6 | 0.33 | 0.15 |
| Hex | 32 | 1D | 19 | 0 | 2A | 32 | 50 | A | 21 | F |
| Octal | 62 | 35 | 31 | 0 | 52 | 62 | 120 | 12 | 41 | 17 |
| Binary | 110010 | 11101 | 11001 | 0 | 101010 | 110010 | 1010000 | 1010 | 100001 | 1111 |
Color Harmonies of #321D19
Complementary color
Monochromatic Colors of #321D19
Black with #321D19
Text Example
Text Example
White with #321D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321D19; }
p { color: rgb(50,29,25); }
H1.HeaderClassName
{
color: #321D19;
}
.AnyTagClassName
{
color: #321D19;
}
</style>
background-color css
<style>
a { background-color: #321D19; }
a { background-color: rgb(50,29,25); }
div.DivClassName
{
background-color: #321D19;
}
.BgClassName
{
background-color: #321D19;
}
</style>
border-color css
<style>
span { border-color: #321D19; }
span { border-color: rgb(50,29,25); }
td.TdClassName
{
border-color: #321D19;
}
.TagClassName
{
border-color: #321D19;
}
</style>