Shades of Brown Pod #3A2721
Tints of Brown Pod #3A2721
RGB
CMYK
RGB Variations
Color information
#3A2721 (or 0x3A2721) is known color: Brown Pod. HEX triplet: 3A, 27 and 21. RGB value is (58,39,33). Sum of RGB (Red+Green+Blue) = 58+39+33=130 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.62% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 33 (13.28% from 255 or 25.38% from 130); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2721 is #C5D8DE. Grayscale: #2C2C2C. Windows color (decimal): -12966111 or 2172730. OLE color: 2172730.
HSL color Cylindrical-coordinate representation of color #3A2721: hue angle of 14.4º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A2721 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 39 | 33 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.77 |
| HSL | 14.4º | 0.27% | 0.18% | - |
| HSV(B) | 14.4º | 0.43% | 0.23% | - |
| XYZ | 2.74 | 2.46 | 1.77 | - |
| YUV | 44 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 39 | 33 | 0 | 0.33 | 0.43 | 0.77 | 14.4 | 0.27 | 0.18 |
| Hex | 3A | 27 | 21 | 0 | 21 | 2B | 4D | E | 1B | 12 |
| Octal | 72 | 47 | 41 | 0 | 41 | 53 | 115 | 16 | 33 | 22 |
| Binary | 111010 | 100111 | 100001 | 0 | 100001 | 101011 | 1001101 | 1110 | 11011 | 10010 |
Color Harmonies of #3A2721
Complementary color
Monochromatic Colors of #3A2721
Black with #3A2721
Text Example
Text Example
White with #3A2721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2721; }
p { color: rgb(58,39,33); }
H1.HeaderClassName
{
color: #3A2721;
}
.AnyTagClassName
{
color: #3A2721;
}
</style>
background-color css
<style>
a { background-color: #3A2721; }
a { background-color: rgb(58,39,33); }
div.DivClassName
{
background-color: #3A2721;
}
.BgClassName
{
background-color: #3A2721;
}
</style>
border-color css
<style>
span { border-color: #3A2721; }
span { border-color: rgb(58,39,33); }
td.TdClassName
{
border-color: #3A2721;
}
.TagClassName
{
border-color: #3A2721;
}
</style>