Shades of Brown Pod #321709
Tints of Brown Pod #321709
RGB
CMYK
RGB Variations
Color information
#321709 (or 0x321709) is known color: Brown Pod. HEX triplet: 32, 17 and 09. RGB value is (50,23,9). Sum of RGB (Red+Green+Blue) = 50+23+9=82 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.98% from 82); Green value is 23 (9.38% from 255 or 28.05% from 82); Blue value is 9 (3.91% from 255 or 10.98% from 82); Max value from RGB is 50 - color contains mainly: red. Hex color #321709 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321709 is #CDE8F6. Grayscale: #1D1D1D. Windows color (decimal): -13494519 or 595762. OLE color: 595762.
HSL color Cylindrical-coordinate representation of color #321709: hue angle of 20.49º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #321709 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 23 | 9 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.80 |
| HSL | 20.49º | 0.69% | 0.12% | - |
| HSV(B) | 20.49º | 0.82% | 0.2% | - |
| XYZ | 1.67 | 1.31 | 0.42 | - |
| YUV | 29.48 | 116.45 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 23 | 9 | 0 | 0.54 | 0.82 | 0.80 | 20.49 | 0.69 | 0.12 |
| Hex | 32 | 17 | 9 | 0 | 36 | 52 | 50 | 14 | 45 | C |
| Octal | 62 | 27 | 11 | 0 | 66 | 122 | 120 | 24 | 105 | 14 |
| Binary | 110010 | 10111 | 1001 | 0 | 110110 | 1010010 | 1010000 | 10100 | 1000101 | 1100 |
Color Harmonies of #321709
Complementary color
Monochromatic Colors of #321709
Black with #321709
Text Example
Text Example
White with #321709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321709; }
p { color: rgb(50,23,9); }
H1.HeaderClassName
{
color: #321709;
}
.AnyTagClassName
{
color: #321709;
}
</style>
background-color css
<style>
a { background-color: #321709; }
a { background-color: rgb(50,23,9); }
div.DivClassName
{
background-color: #321709;
}
.BgClassName
{
background-color: #321709;
}
</style>
border-color css
<style>
span { border-color: #321709; }
span { border-color: rgb(50,23,9); }
td.TdClassName
{
border-color: #321709;
}
.TagClassName
{
border-color: #321709;
}
</style>