Shades of Brown Pod #321302
Tints of Brown Pod #321302
RGB
CMYK
RGB Variations
Color information
#321302 (or 0x321302) is known color: Brown Pod. HEX triplet: 32, 13 and 02. RGB value is (50,19,2). Sum of RGB (Red+Green+Blue) = 50+19+2=71 (9% of max value = 765). Red value is 50 (19.92% from 255 or 70.42% from 71); Green value is 19 (7.81% from 255 or 26.76% from 71); Blue value is 2 (1.17% from 255 or 2.82% from 71); Max value from RGB is 50 - color contains mainly: red. Hex color #321302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321302 is #CDECFD. Grayscale: #1A1A1A. Windows color (decimal): -13495550 or 135986. OLE color: 135986.
HSL color Cylindrical-coordinate representation of color #321302: hue angle of 21.25º 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 #321302 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 19 | 2 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.80 |
| HSL | 21.25º | 0.92% | 0.1% | - |
| HSV(B) | 21.25º | 0.96% | 0.2% | - |
| XYZ | 1.56 | 1.15 | 0.2 | - |
| YUV | 26.33 | 114.27 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 2 | 0 | 0.62 | 0.96 | 0.80 | 21.25 | 0.92 | 0.1 |
| Hex | 32 | 13 | 2 | 0 | 3E | 60 | 50 | 15 | 5C | A |
| Octal | 62 | 23 | 2 | 0 | 76 | 140 | 120 | 25 | 134 | 12 |
| Binary | 110010 | 10011 | 10 | 0 | 111110 | 1100000 | 1010000 | 10101 | 1011100 | 1010 |
Color Harmonies of #321302
Complementary color
Monochromatic Colors of #321302
Black with #321302
Text Example
Text Example
White with #321302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321302; }
p { color: rgb(50,19,2); }
H1.HeaderClassName
{
color: #321302;
}
.AnyTagClassName
{
color: #321302;
}
</style>
background-color css
<style>
a { background-color: #321302; }
a { background-color: rgb(50,19,2); }
div.DivClassName
{
background-color: #321302;
}
.BgClassName
{
background-color: #321302;
}
</style>
border-color css
<style>
span { border-color: #321302; }
span { border-color: rgb(50,19,2); }
td.TdClassName
{
border-color: #321302;
}
.TagClassName
{
border-color: #321302;
}
</style>