Shades of Brown Pod #321301
Tints of Brown Pod #321301
RGB
CMYK
RGB Variations
Color information
#321301 (or 0x321301) is known color: Brown Pod. HEX triplet: 32, 13 and 01. RGB value is (50,19,1). Sum of RGB (Red+Green+Blue) = 50+19+1=70 (9% of max value = 765). Red value is 50 (19.92% from 255 or 71.43% from 70); Green value is 19 (7.81% from 255 or 27.14% from 70); Blue value is 1 (0.78% from 255 or 1.43% from 70); Max value from RGB is 50 - color contains mainly: red. Hex color #321301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321301 is #CDECFE. Grayscale: #1A1A1A. Windows color (decimal): -13495551 or 70450. OLE color: 70450.
HSL color Cylindrical-coordinate representation of color #321301: hue angle of 22.04º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #321301 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 19 | 1 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.80 |
| HSL | 22.04º | 0.96% | 0.1% | - |
| HSV(B) | 22.04º | 0.98% | 0.2% | - |
| XYZ | 1.55 | 1.15 | 0.17 | - |
| YUV | 26.22 | 113.77 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 1 | 0 | 0.62 | 0.98 | 0.80 | 22.04 | 0.96 | 0.1 |
| Hex | 32 | 13 | 1 | 0 | 3E | 62 | 50 | 16 | 60 | A |
| Octal | 62 | 23 | 1 | 0 | 76 | 142 | 120 | 26 | 140 | 12 |
| Binary | 110010 | 10011 | 1 | 0 | 111110 | 1100010 | 1010000 | 10110 | 1100000 | 1010 |
Color Harmonies of #321301
Complementary color
Monochromatic Colors of #321301
Black with #321301
Text Example
Text Example
White with #321301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321301; }
p { color: rgb(50,19,1); }
H1.HeaderClassName
{
color: #321301;
}
.AnyTagClassName
{
color: #321301;
}
</style>
background-color css
<style>
a { background-color: #321301; }
a { background-color: rgb(50,19,1); }
div.DivClassName
{
background-color: #321301;
}
.BgClassName
{
background-color: #321301;
}
</style>
border-color css
<style>
span { border-color: #321301; }
span { border-color: rgb(50,19,1); }
td.TdClassName
{
border-color: #321301;
}
.TagClassName
{
border-color: #321301;
}
</style>