Shades of Brown Pod #321D15
Tints of Brown Pod #321D15
RGB
CMYK
RGB Variations
Color information
#321D15 (or 0x321D15) is known color: Brown Pod. HEX triplet: 32, 1D and 15. RGB value is (50,29,21). Sum of RGB (Red+Green+Blue) = 50+29+21=100 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50% from 100); Green value is 29 (11.72% from 255 or 29% from 100); Blue value is 21 (8.59% from 255 or 21% from 100); Max value from RGB is 50 - color contains mainly: red. Hex color #321D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321D15 is #CDE2EA. Grayscale: #222222. Windows color (decimal): -13492971 or 1383730. OLE color: 1383730.
HSL color Cylindrical-coordinate representation of color #321D15: hue angle of 16.55º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #321D15 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 29 | 21 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.80 |
| HSL | 16.55º | 0.41% | 0.14% | - |
| HSV(B) | 16.55º | 0.58% | 0.2% | - |
| XYZ | 1.89 | 1.61 | 0.92 | - |
| YUV | 34.37 | 120.46 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 29 | 21 | 0 | 0.42 | 0.58 | 0.80 | 16.55 | 0.41 | 0.14 |
| Hex | 32 | 1D | 15 | 0 | 2A | 3A | 50 | 11 | 29 | E |
| Octal | 62 | 35 | 25 | 0 | 52 | 72 | 120 | 21 | 51 | 16 |
| Binary | 110010 | 11101 | 10101 | 0 | 101010 | 111010 | 1010000 | 10001 | 101001 | 1110 |
Color Harmonies of #321D15
Complementary color
Monochromatic Colors of #321D15
Black with #321D15
Text Example
Text Example
White with #321D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321D15; }
p { color: rgb(50,29,21); }
H1.HeaderClassName
{
color: #321D15;
}
.AnyTagClassName
{
color: #321D15;
}
</style>
background-color css
<style>
a { background-color: #321D15; }
a { background-color: rgb(50,29,21); }
div.DivClassName
{
background-color: #321D15;
}
.BgClassName
{
background-color: #321D15;
}
</style>
border-color css
<style>
span { border-color: #321D15; }
span { border-color: rgb(50,29,21); }
td.TdClassName
{
border-color: #321D15;
}
.TagClassName
{
border-color: #321D15;
}
</style>