Shades of Brown Pod #3B2821
Tints of Brown Pod #3B2821
RGB
CMYK
RGB Variations
Color information
#3B2821 (or 0x3B2821) is known color: Brown Pod. HEX triplet: 3B, 28 and 21. RGB value is (59,40,33). Sum of RGB (Red+Green+Blue) = 59+40+33=132 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.70% from 132); Green value is 40 (16.02% from 255 or 30.30% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2821 is #C4D7DE. Grayscale: #2C2C2C. Windows color (decimal): -12900319 or 2172987. OLE color: 2172987.
HSL color Cylindrical-coordinate representation of color #3B2821: hue angle of 16.15º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3B2821 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 40 | 33 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.77 |
| HSL | 16.15º | 0.28% | 0.18% | - |
| HSV(B) | 16.15º | 0.44% | 0.23% | - |
| XYZ | 2.84 | 2.56 | 1.78 | - |
| YUV | 44.88 | 121.29 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 40 | 33 | 0 | 0.32 | 0.44 | 0.77 | 16.15 | 0.28 | 0.18 |
| Hex | 3B | 28 | 21 | 0 | 20 | 2C | 4D | 10 | 1C | 12 |
| Octal | 73 | 50 | 41 | 0 | 40 | 54 | 115 | 20 | 34 | 22 |
| Binary | 111011 | 101000 | 100001 | 0 | 100000 | 101100 | 1001101 | 10000 | 11100 | 10010 |
Color Harmonies of #3B2821
Complementary color
Monochromatic Colors of #3B2821
Black with #3B2821
Text Example
Text Example
White with #3B2821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2821; }
p { color: rgb(59,40,33); }
H1.HeaderClassName
{
color: #3B2821;
}
.AnyTagClassName
{
color: #3B2821;
}
</style>
background-color css
<style>
a { background-color: #3B2821; }
a { background-color: rgb(59,40,33); }
div.DivClassName
{
background-color: #3B2821;
}
.BgClassName
{
background-color: #3B2821;
}
</style>
border-color css
<style>
span { border-color: #3B2821; }
span { border-color: rgb(59,40,33); }
td.TdClassName
{
border-color: #3B2821;
}
.TagClassName
{
border-color: #3B2821;
}
</style>