Shades of Brown Pod #321606
Tints of Brown Pod #321606
RGB
CMYK
RGB Variations
Color information
#321606 (or 0x321606) is known color: Brown Pod. HEX triplet: 32, 16 and 06. RGB value is (50,22,6). Sum of RGB (Red+Green+Blue) = 50+22+6=78 (10% of max value = 765). Red value is 50 (19.92% from 255 or 64.10% from 78); Green value is 22 (8.98% from 255 or 28.21% from 78); Blue value is 6 (2.73% from 255 or 7.69% from 78); Max value from RGB is 50 - color contains mainly: red. Hex color #321606 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321606 is #CDE9F9. Grayscale: #1C1C1C. Windows color (decimal): -13494778 or 398898. OLE color: 398898.
HSL color Cylindrical-coordinate representation of color #321606: hue angle of 21.82º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321606 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 22 | 6 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.80 |
| HSL | 21.82º | 0.79% | 0.11% | - |
| HSV(B) | 21.82º | 0.88% | 0.2% | - |
| XYZ | 1.64 | 1.27 | 0.33 | - |
| YUV | 28.55 | 115.28 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 22 | 6 | 0 | 0.56 | 0.88 | 0.80 | 21.82 | 0.79 | 0.11 |
| Hex | 32 | 16 | 6 | 0 | 38 | 58 | 50 | 16 | 4F | B |
| Octal | 62 | 26 | 6 | 0 | 70 | 130 | 120 | 26 | 117 | 13 |
| Binary | 110010 | 10110 | 110 | 0 | 111000 | 1011000 | 1010000 | 10110 | 1001111 | 1011 |
Color Harmonies of #321606
Complementary color
Monochromatic Colors of #321606
Black with #321606
Text Example
Text Example
White with #321606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321606; }
p { color: rgb(50,22,6); }
H1.HeaderClassName
{
color: #321606;
}
.AnyTagClassName
{
color: #321606;
}
</style>
background-color css
<style>
a { background-color: #321606; }
a { background-color: rgb(50,22,6); }
div.DivClassName
{
background-color: #321606;
}
.BgClassName
{
background-color: #321606;
}
</style>
border-color css
<style>
span { border-color: #321606; }
span { border-color: rgb(50,22,6); }
td.TdClassName
{
border-color: #321606;
}
.TagClassName
{
border-color: #321606;
}
</style>