Shades of Brown Pod #321501
Tints of Brown Pod #321501
RGB
CMYK
RGB Variations
Color information
#321501 (or 0x321501) is known color: Brown Pod. HEX triplet: 32, 15 and 01. RGB value is (50,21,1). Sum of RGB (Red+Green+Blue) = 50+21+1=72 (9% of max value = 765). Red value is 50 (19.92% from 255 or 69.44% from 72); Green value is 21 (8.59% from 255 or 29.17% from 72); Blue value is 1 (0.78% from 255 or 1.39% from 72); Max value from RGB is 50 - color contains mainly: red. Hex color #321501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321501 is #CDEAFE. Grayscale: #1B1B1B. Windows color (decimal): -13495039 or 70962. OLE color: 70962.
HSL color Cylindrical-coordinate representation of color #321501: hue angle of 24.49º 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 #321501 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 21 | 1 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.80 |
| HSL | 24.49º | 0.96% | 0.1% | - |
| HSV(B) | 24.49º | 0.98% | 0.2% | - |
| XYZ | 1.59 | 1.22 | 0.18 | - |
| YUV | 27.39 | 113.11 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 21 | 1 | 0 | 0.58 | 0.98 | 0.80 | 24.49 | 0.96 | 0.1 |
| Hex | 32 | 15 | 1 | 0 | 3A | 62 | 50 | 18 | 60 | A |
| Octal | 62 | 25 | 1 | 0 | 72 | 142 | 120 | 30 | 140 | 12 |
| Binary | 110010 | 10101 | 1 | 0 | 111010 | 1100010 | 1010000 | 11000 | 1100000 | 1010 |
Color Harmonies of #321501
Complementary color
Monochromatic Colors of #321501
Black with #321501
Text Example
Text Example
White with #321501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321501; }
p { color: rgb(50,21,1); }
H1.HeaderClassName
{
color: #321501;
}
.AnyTagClassName
{
color: #321501;
}
</style>
background-color css
<style>
a { background-color: #321501; }
a { background-color: rgb(50,21,1); }
div.DivClassName
{
background-color: #321501;
}
.BgClassName
{
background-color: #321501;
}
</style>
border-color css
<style>
span { border-color: #321501; }
span { border-color: rgb(50,21,1); }
td.TdClassName
{
border-color: #321501;
}
.TagClassName
{
border-color: #321501;
}
</style>