Shades of Brown Pod #321607
Tints of Brown Pod #321607
RGB
CMYK
RGB Variations
Color information
#321607 (or 0x321607) is known color: Brown Pod. HEX triplet: 32, 16 and 07. RGB value is (50,22,7). Sum of RGB (Red+Green+Blue) = 50+22+7=79 (10% of max value = 765). Red value is 50 (19.92% from 255 or 63.29% from 79); Green value is 22 (8.98% from 255 or 27.85% from 79); Blue value is 7 (3.12% from 255 or 8.86% from 79); Max value from RGB is 50 - color contains mainly: red. Hex color #321607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321607 is #CDE9F8. Grayscale: #1C1C1C. Windows color (decimal): -13494777 or 464434. OLE color: 464434.
HSL color Cylindrical-coordinate representation of color #321607: hue angle of 20.93º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #321607 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 22 | 7 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.80 |
| HSL | 20.93º | 0.75% | 0.11% | - |
| HSV(B) | 20.93º | 0.86% | 0.2% | - |
| XYZ | 1.64 | 1.27 | 0.36 | - |
| YUV | 28.66 | 115.78 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 22 | 7 | 0 | 0.56 | 0.86 | 0.80 | 20.93 | 0.75 | 0.11 |
| Hex | 32 | 16 | 7 | 0 | 38 | 56 | 50 | 15 | 4B | B |
| Octal | 62 | 26 | 7 | 0 | 70 | 126 | 120 | 25 | 113 | 13 |
| Binary | 110010 | 10110 | 111 | 0 | 111000 | 1010110 | 1010000 | 10101 | 1001011 | 1011 |
Color Harmonies of #321607
Complementary color
Monochromatic Colors of #321607
Black with #321607
Text Example
Text Example
White with #321607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321607; }
p { color: rgb(50,22,7); }
H1.HeaderClassName
{
color: #321607;
}
.AnyTagClassName
{
color: #321607;
}
</style>
background-color css
<style>
a { background-color: #321607; }
a { background-color: rgb(50,22,7); }
div.DivClassName
{
background-color: #321607;
}
.BgClassName
{
background-color: #321607;
}
</style>
border-color css
<style>
span { border-color: #321607; }
span { border-color: rgb(50,22,7); }
td.TdClassName
{
border-color: #321607;
}
.TagClassName
{
border-color: #321607;
}
</style>