Shades of Brown Pod #321502
Tints of Brown Pod #321502
RGB
CMYK
RGB Variations
Color information
#321502 (or 0x321502) is known color: Brown Pod. HEX triplet: 32, 15 and 02. RGB value is (50,21,2). Sum of RGB (Red+Green+Blue) = 50+21+2=73 (9% of max value = 765). Red value is 50 (19.92% from 255 or 68.49% from 73); Green value is 21 (8.59% from 255 or 28.77% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 50 - color contains mainly: red. Hex color #321502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321502 is #CDEAFD. Grayscale: #1B1B1B. Windows color (decimal): -13495038 or 136498. OLE color: 136498.
HSL color Cylindrical-coordinate representation of color #321502: hue angle of 23.75º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #321502 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 21 | 2 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.80 |
| HSL | 23.75º | 0.92% | 0.1% | - |
| HSV(B) | 23.75º | 0.96% | 0.2% | - |
| XYZ | 1.59 | 1.22 | 0.21 | - |
| YUV | 27.51 | 113.61 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 21 | 2 | 0 | 0.58 | 0.96 | 0.80 | 23.75 | 0.92 | 0.1 |
| Hex | 32 | 15 | 2 | 0 | 3A | 60 | 50 | 18 | 5C | A |
| Octal | 62 | 25 | 2 | 0 | 72 | 140 | 120 | 30 | 134 | 12 |
| Binary | 110010 | 10101 | 10 | 0 | 111010 | 1100000 | 1010000 | 11000 | 1011100 | 1010 |
Color Harmonies of #321502
Complementary color
Monochromatic Colors of #321502
Black with #321502
Text Example
Text Example
White with #321502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321502; }
p { color: rgb(50,21,2); }
H1.HeaderClassName
{
color: #321502;
}
.AnyTagClassName
{
color: #321502;
}
</style>
background-color css
<style>
a { background-color: #321502; }
a { background-color: rgb(50,21,2); }
div.DivClassName
{
background-color: #321502;
}
.BgClassName
{
background-color: #321502;
}
</style>
border-color css
<style>
span { border-color: #321502; }
span { border-color: rgb(50,21,2); }
td.TdClassName
{
border-color: #321502;
}
.TagClassName
{
border-color: #321502;
}
</style>