Shades of Brown Pod #3B2520
Tints of Brown Pod #3B2520
RGB
CMYK
RGB Variations
Color information
#3B2520 (or 0x3B2520) is known color: Brown Pod. HEX triplet: 3B, 25 and 20. RGB value is (59,37,32). Sum of RGB (Red+Green+Blue) = 59+37+32=128 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.09% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2520 is #C4DADF. Grayscale: #2B2B2B. Windows color (decimal): -12901088 or 2106683. OLE color: 2106683.
HSL color Cylindrical-coordinate representation of color #3B2520: hue angle of 11.11º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B2520 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 37 | 32 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.77 |
| HSL | 11.11º | 0.3% | 0.18% | - |
| HSV(B) | 11.11º | 0.46% | 0.23% | - |
| XYZ | 2.73 | 2.36 | 1.68 | - |
| YUV | 43.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 37 | 32 | 0 | 0.37 | 0.46 | 0.77 | 11.11 | 0.3 | 0.18 |
| Hex | 3B | 25 | 20 | 0 | 25 | 2E | 4D | B | 1E | 12 |
| Octal | 73 | 45 | 40 | 0 | 45 | 56 | 115 | 13 | 36 | 22 |
| Binary | 111011 | 100101 | 100000 | 0 | 100101 | 101110 | 1001101 | 1011 | 11110 | 10010 |
Color Harmonies of #3B2520
Complementary color
Monochromatic Colors of #3B2520
Black with #3B2520
Text Example
Text Example
White with #3B2520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2520; }
p { color: rgb(59,37,32); }
H1.HeaderClassName
{
color: #3B2520;
}
.AnyTagClassName
{
color: #3B2520;
}
</style>
background-color css
<style>
a { background-color: #3B2520; }
a { background-color: rgb(59,37,32); }
div.DivClassName
{
background-color: #3B2520;
}
.BgClassName
{
background-color: #3B2520;
}
</style>
border-color css
<style>
span { border-color: #3B2520; }
span { border-color: rgb(59,37,32); }
td.TdClassName
{
border-color: #3B2520;
}
.TagClassName
{
border-color: #3B2520;
}
</style>