Shades of Brown Pod #321C15
Tints of Brown Pod #321C15
RGB
CMYK
RGB Variations
Color information
#321C15 (or 0x321C15) is known color: Brown Pod. HEX triplet: 32, 1C and 15. RGB value is (50,28,21). Sum of RGB (Red+Green+Blue) = 50+28+21=99 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50.51% from 99); Green value is 28 (11.33% from 255 or 28.28% from 99); Blue value is 21 (8.59% from 255 or 21.21% from 99); Max value from RGB is 50 - color contains mainly: red. Hex color #321C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321C15 is #CDE3EA. Grayscale: #212121. Windows color (decimal): -13493227 or 1383474. OLE color: 1383474.
HSL color Cylindrical-coordinate representation of color #321C15: hue angle of 14.48º 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 #321C15 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 28 | 21 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.80 |
| HSL | 14.48º | 0.41% | 0.14% | - |
| HSV(B) | 14.48º | 0.58% | 0.2% | - |
| XYZ | 1.87 | 1.56 | 0.91 | - |
| YUV | 33.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 28 | 21 | 0 | 0.44 | 0.58 | 0.80 | 14.48 | 0.41 | 0.14 |
| Hex | 32 | 1C | 15 | 0 | 2C | 3A | 50 | E | 29 | E |
| Octal | 62 | 34 | 25 | 0 | 54 | 72 | 120 | 16 | 51 | 16 |
| Binary | 110010 | 11100 | 10101 | 0 | 101100 | 111010 | 1010000 | 1110 | 101001 | 1110 |
Color Harmonies of #321C15
Complementary color
Monochromatic Colors of #321C15
Black with #321C15
Text Example
Text Example
White with #321C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321C15; }
p { color: rgb(50,28,21); }
H1.HeaderClassName
{
color: #321C15;
}
.AnyTagClassName
{
color: #321C15;
}
</style>
background-color css
<style>
a { background-color: #321C15; }
a { background-color: rgb(50,28,21); }
div.DivClassName
{
background-color: #321C15;
}
.BgClassName
{
background-color: #321C15;
}
</style>
border-color css
<style>
span { border-color: #321C15; }
span { border-color: rgb(50,28,21); }
td.TdClassName
{
border-color: #321C15;
}
.TagClassName
{
border-color: #321C15;
}
</style>