Shades of Brown Pod #321C11
Tints of Brown Pod #321C11
RGB
CMYK
RGB Variations
Color information
#321C11 (or 0x321C11) is known color: Brown Pod. HEX triplet: 32, 1C and 11. RGB value is (50,28,17). Sum of RGB (Red+Green+Blue) = 50+28+17=95 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.63% from 95); Green value is 28 (11.33% from 255 or 29.47% from 95); Blue value is 17 (7.03% from 255 or 17.89% from 95); Max value from RGB is 50 - color contains mainly: red. Hex color #321C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321C11 is #CDE3EE. Grayscale: #212121. Windows color (decimal): -13493231 or 1121330. OLE color: 1121330.
HSL color Cylindrical-coordinate representation of color #321C11: hue angle of 20º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #321C11 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 28 | 17 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.80 |
| HSL | 20º | 0.49% | 0.13% | - |
| HSV(B) | 20º | 0.66% | 0.2% | - |
| XYZ | 1.83 | 1.55 | 0.73 | - |
| YUV | 33.32 | 118.79 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 28 | 17 | 0 | 0.44 | 0.66 | 0.80 | 20 | 0.49 | 0.13 |
| Hex | 32 | 1C | 11 | 0 | 2C | 42 | 50 | 14 | 31 | D |
| Octal | 62 | 34 | 21 | 0 | 54 | 102 | 120 | 24 | 61 | 15 |
| Binary | 110010 | 11100 | 10001 | 0 | 101100 | 1000010 | 1010000 | 10100 | 110001 | 1101 |
Color Harmonies of #321C11
Complementary color
Monochromatic Colors of #321C11
Black with #321C11
Text Example
Text Example
White with #321C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321C11; }
p { color: rgb(50,28,17); }
H1.HeaderClassName
{
color: #321C11;
}
.AnyTagClassName
{
color: #321C11;
}
</style>
background-color css
<style>
a { background-color: #321C11; }
a { background-color: rgb(50,28,17); }
div.DivClassName
{
background-color: #321C11;
}
.BgClassName
{
background-color: #321C11;
}
</style>
border-color css
<style>
span { border-color: #321C11; }
span { border-color: rgb(50,28,17); }
td.TdClassName
{
border-color: #321C11;
}
.TagClassName
{
border-color: #321C11;
}
</style>