Shades of Brown Pod #321C17
Tints of Brown Pod #321C17
RGB
CMYK
RGB Variations
Color information
#321C17 (or 0x321C17) is known color: Brown Pod. HEX triplet: 32, 1C and 17. RGB value is (50,28,23). Sum of RGB (Red+Green+Blue) = 50+28+23=101 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.50% from 101); Green value is 28 (11.33% from 255 or 27.72% from 101); Blue value is 23 (9.38% from 255 or 22.77% from 101); Max value from RGB is 50 - color contains mainly: red. Hex color #321C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321C17 is #CDE3E8. Grayscale: #222222. Windows color (decimal): -13493225 or 1514546. OLE color: 1514546.
HSL color Cylindrical-coordinate representation of color #321C17: hue angle of 11.11º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #321C17 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 28 | 23 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.80 |
| HSL | 11.11º | 0.37% | 0.14% | - |
| HSV(B) | 11.11º | 0.54% | 0.2% | - |
| XYZ | 1.89 | 1.57 | 1.01 | - |
| YUV | 34.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 28 | 23 | 0 | 0.44 | 0.54 | 0.80 | 11.11 | 0.37 | 0.14 |
| Hex | 32 | 1C | 17 | 0 | 2C | 36 | 50 | B | 25 | E |
| Octal | 62 | 34 | 27 | 0 | 54 | 66 | 120 | 13 | 45 | 16 |
| Binary | 110010 | 11100 | 10111 | 0 | 101100 | 110110 | 1010000 | 1011 | 100101 | 1110 |
Color Harmonies of #321C17
Complementary color
Monochromatic Colors of #321C17
Black with #321C17
Text Example
Text Example
White with #321C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321C17; }
p { color: rgb(50,28,23); }
H1.HeaderClassName
{
color: #321C17;
}
.AnyTagClassName
{
color: #321C17;
}
</style>
background-color css
<style>
a { background-color: #321C17; }
a { background-color: rgb(50,28,23); }
div.DivClassName
{
background-color: #321C17;
}
.BgClassName
{
background-color: #321C17;
}
</style>
border-color css
<style>
span { border-color: #321C17; }
span { border-color: rgb(50,28,23); }
td.TdClassName
{
border-color: #321C17;
}
.TagClassName
{
border-color: #321C17;
}
</style>