Shades of Brown Pod #321603
Tints of Brown Pod #321603
RGB
CMYK
RGB Variations
Color information
#321603 (or 0x321603) is known color: Brown Pod. HEX triplet: 32, 16 and 03. RGB value is (50,22,3). Sum of RGB (Red+Green+Blue) = 50+22+3=75 (9% of max value = 765). Red value is 50 (19.92% from 255 or 66.67% from 75); Green value is 22 (8.98% from 255 or 29.33% from 75); Blue value is 3 (1.56% from 255 or 4% from 75); Max value from RGB is 50 - color contains mainly: red. Hex color #321603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321603 is #CDE9FC. Grayscale: #1C1C1C. Windows color (decimal): -13494781 or 202290. OLE color: 202290.
HSL color Cylindrical-coordinate representation of color #321603: hue angle of 24.26º 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 #321603 is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 22 | 3 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.80 |
| HSL | 24.26º | 0.89% | 0.1% | - |
| HSV(B) | 24.26º | 0.94% | 0.2% | - |
| XYZ | 1.62 | 1.26 | 0.24 | - |
| YUV | 28.21 | 113.78 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 22 | 3 | 0 | 0.56 | 0.94 | 0.80 | 24.26 | 0.89 | 0.1 |
| Hex | 32 | 16 | 3 | 0 | 38 | 5E | 50 | 18 | 59 | A |
| Octal | 62 | 26 | 3 | 0 | 70 | 136 | 120 | 30 | 131 | 12 |
| Binary | 110010 | 10110 | 11 | 0 | 111000 | 1011110 | 1010000 | 11000 | 1011001 | 1010 |
Color Harmonies of #321603
Complementary color
Monochromatic Colors of #321603
Black with #321603
Text Example
Text Example
White with #321603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321603; }
p { color: rgb(50,22,3); }
H1.HeaderClassName
{
color: #321603;
}
.AnyTagClassName
{
color: #321603;
}
</style>
background-color css
<style>
a { background-color: #321603; }
a { background-color: rgb(50,22,3); }
div.DivClassName
{
background-color: #321603;
}
.BgClassName
{
background-color: #321603;
}
</style>
border-color css
<style>
span { border-color: #321603; }
span { border-color: rgb(50,22,3); }
td.TdClassName
{
border-color: #321603;
}
.TagClassName
{
border-color: #321603;
}
</style>