Shades of Brown Pod #321404
Tints of Brown Pod #321404
RGB
CMYK
RGB Variations
Color information
#321404 (or 0x321404) is known color: Brown Pod. HEX triplet: 32, 14 and 04. RGB value is (50,20,4). Sum of RGB (Red+Green+Blue) = 50+20+4=74 (9% of max value = 765). Red value is 50 (19.92% from 255 or 67.57% from 74); Green value is 20 (8.20% from 255 or 27.03% from 74); Blue value is 4 (1.95% from 255 or 5.41% from 74); Max value from RGB is 50 - color contains mainly: red. Hex color #321404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321404 is #CDEBFB. Grayscale: #1B1B1B. Windows color (decimal): -13495292 or 267314. OLE color: 267314.
HSL color Cylindrical-coordinate representation of color #321404: hue angle of 20.87º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #321404 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 20 | 4 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.80 |
| HSL | 20.87º | 0.85% | 0.11% | - |
| HSV(B) | 20.87º | 0.92% | 0.2% | - |
| XYZ | 1.59 | 1.19 | 0.26 | - |
| YUV | 27.15 | 114.94 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 20 | 4 | 0 | 0.60 | 0.92 | 0.80 | 20.87 | 0.85 | 0.11 |
| Hex | 32 | 14 | 4 | 0 | 3C | 5C | 50 | 15 | 55 | B |
| Octal | 62 | 24 | 4 | 0 | 74 | 134 | 120 | 25 | 125 | 13 |
| Binary | 110010 | 10100 | 100 | 0 | 111100 | 1011100 | 1010000 | 10101 | 1010101 | 1011 |
Color Harmonies of #321404
Complementary color
Monochromatic Colors of #321404
Black with #321404
Text Example
Text Example
White with #321404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321404; }
p { color: rgb(50,20,4); }
H1.HeaderClassName
{
color: #321404;
}
.AnyTagClassName
{
color: #321404;
}
</style>
background-color css
<style>
a { background-color: #321404; }
a { background-color: rgb(50,20,4); }
div.DivClassName
{
background-color: #321404;
}
.BgClassName
{
background-color: #321404;
}
</style>
border-color css
<style>
span { border-color: #321404; }
span { border-color: rgb(50,20,4); }
td.TdClassName
{
border-color: #321404;
}
.TagClassName
{
border-color: #321404;
}
</style>