Shades of Brown Pod #3B2622
Tints of Brown Pod #3B2622
RGB
CMYK
RGB Variations
Color information
#3B2622 (or 0x3B2622) is known color: Brown Pod. HEX triplet: 3B, 26 and 22. RGB value is (59,38,34). Sum of RGB (Red+Green+Blue) = 59+38+34=131 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.04% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 34 (13.67% from 255 or 25.95% from 131); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2622 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2622 is #C4D9DD. Grayscale: #2B2B2B. Windows color (decimal): -12900830 or 2238011. OLE color: 2238011.
HSL color Cylindrical-coordinate representation of color #3B2622: hue angle of 9.6º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B2622 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 38 | 34 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.77 |
| HSL | 9.6º | 0.27% | 0.18% | - |
| HSV(B) | 9.6º | 0.42% | 0.23% | - |
| XYZ | 2.79 | 2.43 | 1.84 | - |
| YUV | 43.82 | 122.46 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 38 | 34 | 0 | 0.36 | 0.42 | 0.77 | 9.6 | 0.27 | 0.18 |
| Hex | 3B | 26 | 22 | 0 | 24 | 2A | 4D | A | 1B | 12 |
| Octal | 73 | 46 | 42 | 0 | 44 | 52 | 115 | 12 | 33 | 22 |
| Binary | 111011 | 100110 | 100010 | 0 | 100100 | 101010 | 1001101 | 1010 | 11011 | 10010 |
Color Harmonies of #3B2622
Complementary color
Monochromatic Colors of #3B2622
Black with #3B2622
Text Example
Text Example
White with #3B2622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2622; }
p { color: rgb(59,38,34); }
H1.HeaderClassName
{
color: #3B2622;
}
.AnyTagClassName
{
color: #3B2622;
}
</style>
background-color css
<style>
a { background-color: #3B2622; }
a { background-color: rgb(59,38,34); }
div.DivClassName
{
background-color: #3B2622;
}
.BgClassName
{
background-color: #3B2622;
}
</style>
border-color css
<style>
span { border-color: #3B2622; }
span { border-color: rgb(59,38,34); }
td.TdClassName
{
border-color: #3B2622;
}
.TagClassName
{
border-color: #3B2622;
}
</style>