Shades of Brown Pod #3A2621
Tints of Brown Pod #3A2621
RGB
CMYK
RGB Variations
Color information
#3A2621 (or 0x3A2621) is known color: Brown Pod. HEX triplet: 3A, 26 and 21. RGB value is (58,38,33). Sum of RGB (Red+Green+Blue) = 58+38+33=129 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.96% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 33 (13.28% from 255 or 25.58% from 129); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2621 is #C5D9DE. Grayscale: #2B2B2B. Windows color (decimal): -12966367 or 2172474. OLE color: 2172474.
HSL color Cylindrical-coordinate representation of color #3A2621: hue angle of 12º 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 #3A2621 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 38 | 33 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.77 |
| HSL | 12º | 0.27% | 0.18% | - |
| HSV(B) | 12º | 0.43% | 0.23% | - |
| XYZ | 2.71 | 2.4 | 1.76 | - |
| YUV | 43.41 | 122.13 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 38 | 33 | 0 | 0.34 | 0.43 | 0.77 | 12 | 0.27 | 0.18 |
| Hex | 3A | 26 | 21 | 0 | 22 | 2B | 4D | C | 1B | 12 |
| Octal | 72 | 46 | 41 | 0 | 42 | 53 | 115 | 14 | 33 | 22 |
| Binary | 111010 | 100110 | 100001 | 0 | 100010 | 101011 | 1001101 | 1100 | 11011 | 10010 |
Color Harmonies of #3A2621
Complementary color
Monochromatic Colors of #3A2621
Black with #3A2621
Text Example
Text Example
White with #3A2621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2621; }
p { color: rgb(58,38,33); }
H1.HeaderClassName
{
color: #3A2621;
}
.AnyTagClassName
{
color: #3A2621;
}
</style>
background-color css
<style>
a { background-color: #3A2621; }
a { background-color: rgb(58,38,33); }
div.DivClassName
{
background-color: #3A2621;
}
.BgClassName
{
background-color: #3A2621;
}
</style>
border-color css
<style>
span { border-color: #3A2621; }
span { border-color: rgb(58,38,33); }
td.TdClassName
{
border-color: #3A2621;
}
.TagClassName
{
border-color: #3A2621;
}
</style>