Shades of Brown Pod #3B2521
Tints of Brown Pod #3B2521
RGB
CMYK
RGB Variations
Color information
#3B2521 (or 0x3B2521) is known color: Brown Pod. HEX triplet: 3B, 25 and 21. RGB value is (59,37,33). Sum of RGB (Red+Green+Blue) = 59+37+33=129 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.74% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 33 (13.28% from 255 or 25.58% from 129); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2521 is #C4DADE. Grayscale: #2B2B2B. Windows color (decimal): -12901087 or 2172219. OLE color: 2172219.
HSL color Cylindrical-coordinate representation of color #3B2521: hue angle of 9.23º 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 #3B2521 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 37 | 33 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.77 |
| HSL | 9.23º | 0.28% | 0.18% | - |
| HSV(B) | 9.23º | 0.44% | 0.23% | - |
| XYZ | 2.74 | 2.36 | 1.75 | - |
| YUV | 43.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 37 | 33 | 0 | 0.37 | 0.44 | 0.77 | 9.23 | 0.28 | 0.18 |
| Hex | 3B | 25 | 21 | 0 | 25 | 2C | 4D | 9 | 1C | 12 |
| Octal | 73 | 45 | 41 | 0 | 45 | 54 | 115 | 11 | 34 | 22 |
| Binary | 111011 | 100101 | 100001 | 0 | 100101 | 101100 | 1001101 | 1001 | 11100 | 10010 |
Color Harmonies of #3B2521
Complementary color
Monochromatic Colors of #3B2521
Black with #3B2521
Text Example
Text Example
White with #3B2521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2521; }
p { color: rgb(59,37,33); }
H1.HeaderClassName
{
color: #3B2521;
}
.AnyTagClassName
{
color: #3B2521;
}
</style>
background-color css
<style>
a { background-color: #3B2521; }
a { background-color: rgb(59,37,33); }
div.DivClassName
{
background-color: #3B2521;
}
.BgClassName
{
background-color: #3B2521;
}
</style>
border-color css
<style>
span { border-color: #3B2521; }
span { border-color: rgb(59,37,33); }
td.TdClassName
{
border-color: #3B2521;
}
.TagClassName
{
border-color: #3B2521;
}
</style>