Shades of Brown Pod #3B2721
Tints of Brown Pod #3B2721
RGB
CMYK
RGB Variations
Color information
#3B2721 (or 0x3B2721) is known color: Brown Pod. HEX triplet: 3B, 27 and 21. RGB value is (59,39,33). Sum of RGB (Red+Green+Blue) = 59+39+33=131 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.04% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 33 (13.28% from 255 or 25.19% from 131); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2721 is #C4D8DE. Grayscale: #2C2C2C. Windows color (decimal): -12900575 or 2172731. OLE color: 2172731.
HSL color Cylindrical-coordinate representation of color #3B2721: hue angle of 13.85º 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 #3B2721 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 39 | 33 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.77 |
| HSL | 13.85º | 0.28% | 0.18% | - |
| HSV(B) | 13.85º | 0.44% | 0.23% | - |
| XYZ | 2.8 | 2.49 | 1.77 | - |
| YUV | 44.3 | 121.63 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 39 | 33 | 0 | 0.34 | 0.44 | 0.77 | 13.85 | 0.28 | 0.18 |
| Hex | 3B | 27 | 21 | 0 | 22 | 2C | 4D | E | 1C | 12 |
| Octal | 73 | 47 | 41 | 0 | 42 | 54 | 115 | 16 | 34 | 22 |
| Binary | 111011 | 100111 | 100001 | 0 | 100010 | 101100 | 1001101 | 1110 | 11100 | 10010 |
Color Harmonies of #3B2721
Complementary color
Monochromatic Colors of #3B2721
Black with #3B2721
Text Example
Text Example
White with #3B2721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2721; }
p { color: rgb(59,39,33); }
H1.HeaderClassName
{
color: #3B2721;
}
.AnyTagClassName
{
color: #3B2721;
}
</style>
background-color css
<style>
a { background-color: #3B2721; }
a { background-color: rgb(59,39,33); }
div.DivClassName
{
background-color: #3B2721;
}
.BgClassName
{
background-color: #3B2721;
}
</style>
border-color css
<style>
span { border-color: #3B2721; }
span { border-color: rgb(59,39,33); }
td.TdClassName
{
border-color: #3B2721;
}
.TagClassName
{
border-color: #3B2721;
}
</style>