Shades of Brown Pod #321B16
Tints of Brown Pod #321B16
RGB
CMYK
RGB Variations
Color information
#321B16 (or 0x321B16) is known color: Brown Pod. HEX triplet: 32, 1B and 16. RGB value is (50,27,22). Sum of RGB (Red+Green+Blue) = 50+27+22=99 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50.51% from 99); Green value is 27 (10.94% from 255 or 27.27% from 99); Blue value is 22 (8.98% from 255 or 22.22% from 99); Max value from RGB is 50 - color contains mainly: red. Hex color #321B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321B16 is #CDE4E9. Grayscale: #212121. Windows color (decimal): -13493482 or 1448754. OLE color: 1448754.
HSL color Cylindrical-coordinate representation of color #321B16: hue angle of 10.71º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #321B16 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 27 | 22 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.80 |
| HSL | 10.71º | 0.39% | 0.14% | - |
| HSV(B) | 10.71º | 0.56% | 0.2% | - |
| XYZ | 1.85 | 1.52 | 0.95 | - |
| YUV | 33.31 | 121.62 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 22 | 0 | 0.46 | 0.56 | 0.80 | 10.71 | 0.39 | 0.14 |
| Hex | 32 | 1B | 16 | 0 | 2E | 38 | 50 | B | 27 | E |
| Octal | 62 | 33 | 26 | 0 | 56 | 70 | 120 | 13 | 47 | 16 |
| Binary | 110010 | 11011 | 10110 | 0 | 101110 | 111000 | 1010000 | 1011 | 100111 | 1110 |
Color Harmonies of #321B16
Complementary color
Monochromatic Colors of #321B16
Black with #321B16
Text Example
Text Example
White with #321B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321B16; }
p { color: rgb(50,27,22); }
H1.HeaderClassName
{
color: #321B16;
}
.AnyTagClassName
{
color: #321B16;
}
</style>
background-color css
<style>
a { background-color: #321B16; }
a { background-color: rgb(50,27,22); }
div.DivClassName
{
background-color: #321B16;
}
.BgClassName
{
background-color: #321B16;
}
</style>
border-color css
<style>
span { border-color: #321B16; }
span { border-color: rgb(50,27,22); }
td.TdClassName
{
border-color: #321B16;
}
.TagClassName
{
border-color: #321B16;
}
</style>