Shades of Brown Pod #321B10
Tints of Brown Pod #321B10
RGB
CMYK
RGB Variations
Color information
#321B10 (or 0x321B10) is known color: Brown Pod. HEX triplet: 32, 1B and 10. RGB value is (50,27,16). Sum of RGB (Red+Green+Blue) = 50+27+16=93 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.76% from 93); Green value is 27 (10.94% from 255 or 29.03% from 93); Blue value is 16 (6.64% from 255 or 17.20% from 93); Max value from RGB is 50 - color contains mainly: red. Hex color #321B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321B10 is #CDE4EF. Grayscale: #202020. Windows color (decimal): -13493488 or 1055538. OLE color: 1055538.
HSL color Cylindrical-coordinate representation of color #321B10: hue angle of 19.41º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #321B10 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 27 | 16 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.80 |
| HSL | 19.41º | 0.52% | 0.13% | - |
| HSV(B) | 19.41º | 0.68% | 0.2% | - |
| XYZ | 1.8 | 1.5 | 0.68 | - |
| YUV | 32.62 | 118.62 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 16 | 0 | 0.46 | 0.68 | 0.80 | 19.41 | 0.52 | 0.13 |
| Hex | 32 | 1B | 10 | 0 | 2E | 44 | 50 | 13 | 34 | D |
| Octal | 62 | 33 | 20 | 0 | 56 | 104 | 120 | 23 | 64 | 15 |
| Binary | 110010 | 11011 | 10000 | 0 | 101110 | 1000100 | 1010000 | 10011 | 110100 | 1101 |
Color Harmonies of #321B10
Complementary color
Monochromatic Colors of #321B10
Black with #321B10
Text Example
Text Example
White with #321B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321B10; }
p { color: rgb(50,27,16); }
H1.HeaderClassName
{
color: #321B10;
}
.AnyTagClassName
{
color: #321B10;
}
</style>
background-color css
<style>
a { background-color: #321B10; }
a { background-color: rgb(50,27,16); }
div.DivClassName
{
background-color: #321B10;
}
.BgClassName
{
background-color: #321B10;
}
</style>
border-color css
<style>
span { border-color: #321B10; }
span { border-color: rgb(50,27,16); }
td.TdClassName
{
border-color: #321B10;
}
.TagClassName
{
border-color: #321B10;
}
</style>