Shades of Brown Pod #321504
Tints of Brown Pod #321504
RGB
CMYK
RGB Variations
Color information
#321504 (or 0x321504) is known color: Brown Pod. HEX triplet: 32, 15 and 04. RGB value is (50,21,4). Sum of RGB (Red+Green+Blue) = 50+21+4=75 (9% of max value = 765). Red value is 50 (19.92% from 255 or 66.67% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 4 (1.95% from 255 or 5.33% from 75); Max value from RGB is 50 - color contains mainly: red. Hex color #321504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321504 is #CDEAFB. Grayscale: #1B1B1B. Windows color (decimal): -13495036 or 267570. OLE color: 267570.
HSL color Cylindrical-coordinate representation of color #321504: hue angle of 22.17º 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 #321504 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 21 | 4 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.80 |
| HSL | 22.17º | 0.85% | 0.11% | - |
| HSV(B) | 22.17º | 0.92% | 0.2% | - |
| XYZ | 1.61 | 1.22 | 0.27 | - |
| YUV | 27.73 | 114.61 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 21 | 4 | 0 | 0.58 | 0.92 | 0.80 | 22.17 | 0.85 | 0.11 |
| Hex | 32 | 15 | 4 | 0 | 3A | 5C | 50 | 16 | 55 | B |
| Octal | 62 | 25 | 4 | 0 | 72 | 134 | 120 | 26 | 125 | 13 |
| Binary | 110010 | 10101 | 100 | 0 | 111010 | 1011100 | 1010000 | 10110 | 1010101 | 1011 |
Color Harmonies of #321504
Complementary color
Monochromatic Colors of #321504
Black with #321504
Text Example
Text Example
White with #321504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321504; }
p { color: rgb(50,21,4); }
H1.HeaderClassName
{
color: #321504;
}
.AnyTagClassName
{
color: #321504;
}
</style>
background-color css
<style>
a { background-color: #321504; }
a { background-color: rgb(50,21,4); }
div.DivClassName
{
background-color: #321504;
}
.BgClassName
{
background-color: #321504;
}
</style>
border-color css
<style>
span { border-color: #321504; }
span { border-color: rgb(50,21,4); }
td.TdClassName
{
border-color: #321504;
}
.TagClassName
{
border-color: #321504;
}
</style>