Shades of Brown Pod #3B221D
Tints of Brown Pod #3B221D
RGB
CMYK
RGB Variations
Color information
#3B221D (or 0x3B221D) is known color: Brown Pod. HEX triplet: 3B, 22 and 1D. RGB value is (59,34,29). Sum of RGB (Red+Green+Blue) = 59+34+29=122 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.36% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 59 - color contains mainly: red. Hex color #3B221D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B221D is #C4DDE2. Grayscale: #282828. Windows color (decimal): -12901859 or 1909307. OLE color: 1909307.
HSL color Cylindrical-coordinate representation of color #3B221D: hue angle of 10º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B221D is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 34 | 29 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.77 |
| HSL | 10º | 0.34% | 0.17% | - |
| HSV(B) | 10º | 0.51% | 0.23% | - |
| XYZ | 2.6 | 2.16 | 1.44 | - |
| YUV | 40.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 34 | 29 | 0 | 0.42 | 0.51 | 0.77 | 10 | 0.34 | 0.17 |
| Hex | 3B | 22 | 1D | 0 | 2A | 33 | 4D | A | 22 | 11 |
| Octal | 73 | 42 | 35 | 0 | 52 | 63 | 115 | 12 | 42 | 21 |
| Binary | 111011 | 100010 | 11101 | 0 | 101010 | 110011 | 1001101 | 1010 | 100010 | 10001 |
Color Harmonies of #3B221D
Complementary color
Monochromatic Colors of #3B221D
Black with #3B221D
Text Example
Text Example
White with #3B221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B221D; }
p { color: rgb(59,34,29); }
H1.HeaderClassName
{
color: #3B221D;
}
.AnyTagClassName
{
color: #3B221D;
}
</style>
background-color css
<style>
a { background-color: #3B221D; }
a { background-color: rgb(59,34,29); }
div.DivClassName
{
background-color: #3B221D;
}
.BgClassName
{
background-color: #3B221D;
}
</style>
border-color css
<style>
span { border-color: #3B221D; }
span { border-color: rgb(59,34,29); }
td.TdClassName
{
border-color: #3B221D;
}
.TagClassName
{
border-color: #3B221D;
}
</style>