Shades of Brown Pod #321B15
Tints of Brown Pod #321B15
RGB
CMYK
RGB Variations
Color information
#321B15 (or 0x321B15) is known color: Brown Pod. HEX triplet: 32, 1B and 15. RGB value is (50,27,21). Sum of RGB (Red+Green+Blue) = 50+27+21=98 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.02% from 98); Green value is 27 (10.94% from 255 or 27.55% from 98); Blue value is 21 (8.59% from 255 or 21.43% from 98); Max value from RGB is 50 - color contains mainly: red. Hex color #321B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321B15 is #CDE4EA. Grayscale: #212121. Windows color (decimal): -13493483 or 1383218. OLE color: 1383218.
HSL color Cylindrical-coordinate representation of color #321B15: hue angle of 12.41º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #321B15 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 27 | 21 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.80 |
| HSL | 12.41º | 0.41% | 0.14% | - |
| HSV(B) | 12.41º | 0.58% | 0.2% | - |
| XYZ | 1.84 | 1.52 | 0.9 | - |
| YUV | 33.19 | 121.12 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 21 | 0 | 0.46 | 0.58 | 0.80 | 12.41 | 0.41 | 0.14 |
| Hex | 32 | 1B | 15 | 0 | 2E | 3A | 50 | C | 29 | E |
| Octal | 62 | 33 | 25 | 0 | 56 | 72 | 120 | 14 | 51 | 16 |
| Binary | 110010 | 11011 | 10101 | 0 | 101110 | 111010 | 1010000 | 1100 | 101001 | 1110 |
Color Harmonies of #321B15
Complementary color
Monochromatic Colors of #321B15
Black with #321B15
Text Example
Text Example
White with #321B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321B15; }
p { color: rgb(50,27,21); }
H1.HeaderClassName
{
color: #321B15;
}
.AnyTagClassName
{
color: #321B15;
}
</style>
background-color css
<style>
a { background-color: #321B15; }
a { background-color: rgb(50,27,21); }
div.DivClassName
{
background-color: #321B15;
}
.BgClassName
{
background-color: #321B15;
}
</style>
border-color css
<style>
span { border-color: #321B15; }
span { border-color: rgb(50,27,21); }
td.TdClassName
{
border-color: #321B15;
}
.TagClassName
{
border-color: #321B15;
}
</style>