Shades of Brown Pod #321E19
Tints of Brown Pod #321E19
RGB
CMYK
RGB Variations
Color information
#321E19 (or 0x321E19) is known color: Brown Pod. HEX triplet: 32, 1E and 19. RGB value is (50,30,25). Sum of RGB (Red+Green+Blue) = 50+30+25=105 (13% of max value = 765). Red value is 50 (19.92% from 255 or 47.62% from 105); Green value is 30 (12.11% from 255 or 28.57% from 105); Blue value is 25 (10.16% from 255 or 23.81% from 105); Max value from RGB is 50 - color contains mainly: red. Hex color #321E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321E19 is #CDE1E6. Grayscale: #232323. Windows color (decimal): -13492711 or 1646130. OLE color: 1646130.
HSL color Cylindrical-coordinate representation of color #321E19: hue angle of 12º 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 #321E19 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 30 | 25 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.80 |
| HSL | 12º | 0.33% | 0.15% | - |
| HSV(B) | 12º | 0.5% | 0.2% | - |
| XYZ | 1.96 | 1.68 | 1.14 | - |
| YUV | 35.41 | 122.13 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 25 | 0 | 0.40 | 0.50 | 0.80 | 12 | 0.33 | 0.15 |
| Hex | 32 | 1E | 19 | 0 | 28 | 32 | 50 | C | 21 | F |
| Octal | 62 | 36 | 31 | 0 | 50 | 62 | 120 | 14 | 41 | 17 |
| Binary | 110010 | 11110 | 11001 | 0 | 101000 | 110010 | 1010000 | 1100 | 100001 | 1111 |
Color Harmonies of #321E19
Complementary color
Monochromatic Colors of #321E19
Black with #321E19
Text Example
Text Example
White with #321E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321E19; }
p { color: rgb(50,30,25); }
H1.HeaderClassName
{
color: #321E19;
}
.AnyTagClassName
{
color: #321E19;
}
</style>
background-color css
<style>
a { background-color: #321E19; }
a { background-color: rgb(50,30,25); }
div.DivClassName
{
background-color: #321E19;
}
.BgClassName
{
background-color: #321E19;
}
</style>
border-color css
<style>
span { border-color: #321E19; }
span { border-color: rgb(50,30,25); }
td.TdClassName
{
border-color: #321E19;
}
.TagClassName
{
border-color: #321E19;
}
</style>