Shades of Brown Pod #321B14
Tints of Brown Pod #321B14
RGB
CMYK
RGB Variations
Color information
#321B14 (or 0x321B14) is known color: Brown Pod. HEX triplet: 32, 1B and 14. RGB value is (50,27,20). Sum of RGB (Red+Green+Blue) = 50+27+20=97 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.55% from 97); Green value is 27 (10.94% from 255 or 27.84% from 97); Blue value is 20 (8.20% from 255 or 20.62% from 97); Max value from RGB is 50 - color contains mainly: red. Hex color #321B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321B14 is #CDE4EB. Grayscale: #212121. Windows color (decimal): -13493484 or 1317682. OLE color: 1317682.
HSL color Cylindrical-coordinate representation of color #321B14: hue angle of 14º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #321B14 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 27 | 20 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.80 |
| HSL | 14º | 0.43% | 0.14% | - |
| HSV(B) | 14º | 0.6% | 0.2% | - |
| XYZ | 1.83 | 1.51 | 0.86 | - |
| YUV | 33.08 | 120.62 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 20 | 0 | 0.46 | 0.60 | 0.80 | 14 | 0.43 | 0.14 |
| Hex | 32 | 1B | 14 | 0 | 2E | 3C | 50 | E | 2B | E |
| Octal | 62 | 33 | 24 | 0 | 56 | 74 | 120 | 16 | 53 | 16 |
| Binary | 110010 | 11011 | 10100 | 0 | 101110 | 111100 | 1010000 | 1110 | 101011 | 1110 |
Color Harmonies of #321B14
Complementary color
Monochromatic Colors of #321B14
Black with #321B14
Text Example
Text Example
White with #321B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321B14; }
p { color: rgb(50,27,20); }
H1.HeaderClassName
{
color: #321B14;
}
.AnyTagClassName
{
color: #321B14;
}
</style>
background-color css
<style>
a { background-color: #321B14; }
a { background-color: rgb(50,27,20); }
div.DivClassName
{
background-color: #321B14;
}
.BgClassName
{
background-color: #321B14;
}
</style>
border-color css
<style>
span { border-color: #321B14; }
span { border-color: rgb(50,27,20); }
td.TdClassName
{
border-color: #321B14;
}
.TagClassName
{
border-color: #321B14;
}
</style>