Shades of Brown Pod #3B2211
Tints of Brown Pod #3B2211
RGB
CMYK
RGB Variations
Color information
#3B2211 (or 0x3B2211) is known color: Brown Pod. HEX triplet: 3B, 22 and 11. RGB value is (59,34,17). Sum of RGB (Red+Green+Blue) = 59+34+17=110 (14% of max value = 765). Red value is 59 (23.44% from 255 or 53.64% from 110); Green value is 34 (13.67% from 255 or 30.91% from 110); Blue value is 17 (7.03% from 255 or 15.45% from 110); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2211 is #C4DDEE. Grayscale: #272727. Windows color (decimal): -12901871 or 1122875. OLE color: 1122875.
HSL color Cylindrical-coordinate representation of color #3B2211: hue angle of 24.29º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B2211 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 34 | 17 | - |
| CMYK | 0 | 0.42 | 0.71 | 0.77 |
| HSL | 24.29º | 0.55% | 0.15% | - |
| HSV(B) | 24.29º | 0.71% | 0.23% | - |
| XYZ | 2.48 | 2.11 | 0.81 | - |
| YUV | 39.54 | 115.28 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 34 | 17 | 0 | 0.42 | 0.71 | 0.77 | 24.29 | 0.55 | 0.15 |
| Hex | 3B | 22 | 11 | 0 | 2A | 47 | 4D | 18 | 37 | F |
| Octal | 73 | 42 | 21 | 0 | 52 | 107 | 115 | 30 | 67 | 17 |
| Binary | 111011 | 100010 | 10001 | 0 | 101010 | 1000111 | 1001101 | 11000 | 110111 | 1111 |
Color Harmonies of #3B2211
Complementary color
Monochromatic Colors of #3B2211
Black with #3B2211
Text Example
Text Example
White with #3B2211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2211; }
p { color: rgb(59,34,17); }
H1.HeaderClassName
{
color: #3B2211;
}
.AnyTagClassName
{
color: #3B2211;
}
</style>
background-color css
<style>
a { background-color: #3B2211; }
a { background-color: rgb(59,34,17); }
div.DivClassName
{
background-color: #3B2211;
}
.BgClassName
{
background-color: #3B2211;
}
</style>
border-color css
<style>
span { border-color: #3B2211; }
span { border-color: rgb(59,34,17); }
td.TdClassName
{
border-color: #3B2211;
}
.TagClassName
{
border-color: #3B2211;
}
</style>