Shades of Brown Pod #321A0F
Tints of Brown Pod #321A0F
RGB
CMYK
RGB Variations
Color information
#321A0F (or 0x321A0F) is known color: Brown Pod. HEX triplet: 32, 1A and 0F. RGB value is (50,26,15). Sum of RGB (Red+Green+Blue) = 50+26+15=91 (12% of max value = 765). Red value is 50 (19.92% from 255 or 54.95% from 91); Green value is 26 (10.55% from 255 or 28.57% from 91); Blue value is 15 (6.25% from 255 or 16.48% from 91); Max value from RGB is 50 - color contains mainly: red. Hex color #321A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321A0F is #CDE5F0. Grayscale: #1F1F1F. Windows color (decimal): -13493745 or 989746. OLE color: 989746.
HSL color Cylindrical-coordinate representation of color #321A0F: hue angle of 18.86º 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 #321A0F is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 26 | 15 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.80 |
| HSL | 18.86º | 0.54% | 0.13% | - |
| HSV(B) | 18.86º | 0.7% | 0.2% | - |
| XYZ | 1.77 | 1.45 | 0.64 | - |
| YUV | 31.92 | 118.45 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 26 | 15 | 0 | 0.48 | 0.70 | 0.80 | 18.86 | 0.54 | 0.13 |
| Hex | 32 | 1A | F | 0 | 30 | 46 | 50 | 13 | 36 | D |
| Octal | 62 | 32 | 17 | 0 | 60 | 106 | 120 | 23 | 66 | 15 |
| Binary | 110010 | 11010 | 1111 | 0 | 110000 | 1000110 | 1010000 | 10011 | 110110 | 1101 |
Color Harmonies of #321A0F
Complementary color
Monochromatic Colors of #321A0F
Black with #321A0F
Text Example
Text Example
White with #321A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321A0F; }
p { color: rgb(50,26,15); }
H1.HeaderClassName
{
color: #321A0F;
}
.AnyTagClassName
{
color: #321A0F;
}
</style>
background-color css
<style>
a { background-color: #321A0F; }
a { background-color: rgb(50,26,15); }
div.DivClassName
{
background-color: #321A0F;
}
.BgClassName
{
background-color: #321A0F;
}
</style>
border-color css
<style>
span { border-color: #321A0F; }
span { border-color: rgb(50,26,15); }
td.TdClassName
{
border-color: #321A0F;
}
.TagClassName
{
border-color: #321A0F;
}
</style>