Shades of Brown Pod #321503
Tints of Brown Pod #321503
RGB
CMYK
RGB Variations
Color information
#321503 (or 0x321503) is known color: Brown Pod. HEX triplet: 32, 15 and 03. RGB value is (50,21,3). Sum of RGB (Red+Green+Blue) = 50+21+3=74 (9% of max value = 765). Red value is 50 (19.92% from 255 or 67.57% from 74); Green value is 21 (8.59% from 255 or 28.38% from 74); Blue value is 3 (1.56% from 255 or 4.05% from 74); Max value from RGB is 50 - color contains mainly: red. Hex color #321503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321503 is #CDEAFC. Grayscale: #1B1B1B. Windows color (decimal): -13495037 or 202034. OLE color: 202034.
HSL color Cylindrical-coordinate representation of color #321503: hue angle of 22.98º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #321503 is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 21 | 3 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.80 |
| HSL | 22.98º | 0.89% | 0.1% | - |
| HSV(B) | 22.98º | 0.94% | 0.2% | - |
| XYZ | 1.6 | 1.22 | 0.24 | - |
| YUV | 27.62 | 114.11 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 21 | 3 | 0 | 0.58 | 0.94 | 0.80 | 22.98 | 0.89 | 0.1 |
| Hex | 32 | 15 | 3 | 0 | 3A | 5E | 50 | 17 | 59 | A |
| Octal | 62 | 25 | 3 | 0 | 72 | 136 | 120 | 27 | 131 | 12 |
| Binary | 110010 | 10101 | 11 | 0 | 111010 | 1011110 | 1010000 | 10111 | 1011001 | 1010 |
Color Harmonies of #321503
Complementary color
Monochromatic Colors of #321503
Black with #321503
Text Example
Text Example
White with #321503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321503; }
p { color: rgb(50,21,3); }
H1.HeaderClassName
{
color: #321503;
}
.AnyTagClassName
{
color: #321503;
}
</style>
background-color css
<style>
a { background-color: #321503; }
a { background-color: rgb(50,21,3); }
div.DivClassName
{
background-color: #321503;
}
.BgClassName
{
background-color: #321503;
}
</style>
border-color css
<style>
span { border-color: #321503; }
span { border-color: rgb(50,21,3); }
td.TdClassName
{
border-color: #321503;
}
.TagClassName
{
border-color: #321503;
}
</style>