Shades of Brown Pod #321C0F
Tints of Brown Pod #321C0F
RGB
CMYK
RGB Variations
Color information
#321C0F (or 0x321C0F) is known color: Brown Pod. HEX triplet: 32, 1C and 0F. RGB value is (50,28,15). Sum of RGB (Red+Green+Blue) = 50+28+15=93 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.76% from 93); Green value is 28 (11.33% from 255 or 30.11% from 93); Blue value is 15 (6.25% from 255 or 16.13% from 93); Max value from RGB is 50 - color contains mainly: red. Hex color #321C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321C0F is #CDE3F0. Grayscale: #212121. Windows color (decimal): -13493233 or 990258. OLE color: 990258.
HSL color Cylindrical-coordinate representation of color #321C0F: hue angle of 22.29º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #321C0F is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 28 | 15 | - |
| CMYK | 0 | 0.44 | 0.70 | 0.80 |
| HSL | 22.29º | 0.54% | 0.13% | - |
| HSV(B) | 22.29º | 0.7% | 0.2% | - |
| XYZ | 1.82 | 1.54 | 0.65 | - |
| YUV | 33.1 | 117.79 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 28 | 15 | 0 | 0.44 | 0.70 | 0.80 | 22.29 | 0.54 | 0.13 |
| Hex | 32 | 1C | F | 0 | 2C | 46 | 50 | 16 | 36 | D |
| Octal | 62 | 34 | 17 | 0 | 54 | 106 | 120 | 26 | 66 | 15 |
| Binary | 110010 | 11100 | 1111 | 0 | 101100 | 1000110 | 1010000 | 10110 | 110110 | 1101 |
Color Harmonies of #321C0F
Complementary color
Monochromatic Colors of #321C0F
Black with #321C0F
Text Example
Text Example
White with #321C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321C0F; }
p { color: rgb(50,28,15); }
H1.HeaderClassName
{
color: #321C0F;
}
.AnyTagClassName
{
color: #321C0F;
}
</style>
background-color css
<style>
a { background-color: #321C0F; }
a { background-color: rgb(50,28,15); }
div.DivClassName
{
background-color: #321C0F;
}
.BgClassName
{
background-color: #321C0F;
}
</style>
border-color css
<style>
span { border-color: #321C0F; }
span { border-color: rgb(50,28,15); }
td.TdClassName
{
border-color: #321C0F;
}
.TagClassName
{
border-color: #321C0F;
}
</style>