Shades of Brown Pod #321608
Tints of Brown Pod #321608
RGB
CMYK
RGB Variations
Color information
#321608 (or 0x321608) is known color: Brown Pod. HEX triplet: 32, 16 and 08. RGB value is (50,22,8). Sum of RGB (Red+Green+Blue) = 50+22+8=80 (10% of max value = 765). Red value is 50 (19.92% from 255 or 62.5% from 80); Green value is 22 (8.98% from 255 or 27.5% from 80); Blue value is 8 (3.52% from 255 or 10% from 80); Max value from RGB is 50 - color contains mainly: red. Hex color #321608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321608 is #CDE9F7. Grayscale: #1C1C1C. Windows color (decimal): -13494776 or 529970. OLE color: 529970.
HSL color Cylindrical-coordinate representation of color #321608: hue angle of 20º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #321608 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 22 | 8 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.80 |
| HSL | 20º | 0.72% | 0.11% | - |
| HSV(B) | 20º | 0.84% | 0.2% | - |
| XYZ | 1.65 | 1.27 | 0.39 | - |
| YUV | 28.78 | 116.28 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 22 | 8 | 0 | 0.56 | 0.84 | 0.80 | 20 | 0.72 | 0.11 |
| Hex | 32 | 16 | 8 | 0 | 38 | 54 | 50 | 14 | 48 | B |
| Octal | 62 | 26 | 10 | 0 | 70 | 124 | 120 | 24 | 110 | 13 |
| Binary | 110010 | 10110 | 1000 | 0 | 111000 | 1010100 | 1010000 | 10100 | 1001000 | 1011 |
Color Harmonies of #321608
Complementary color
Monochromatic Colors of #321608
Black with #321608
Text Example
Text Example
White with #321608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321608; }
p { color: rgb(50,22,8); }
H1.HeaderClassName
{
color: #321608;
}
.AnyTagClassName
{
color: #321608;
}
</style>
background-color css
<style>
a { background-color: #321608; }
a { background-color: rgb(50,22,8); }
div.DivClassName
{
background-color: #321608;
}
.BgClassName
{
background-color: #321608;
}
</style>
border-color css
<style>
span { border-color: #321608; }
span { border-color: rgb(50,22,8); }
td.TdClassName
{
border-color: #321608;
}
.TagClassName
{
border-color: #321608;
}
</style>