Shades of Brown Pod #3A2521
Tints of Brown Pod #3A2521
RGB
CMYK
RGB Variations
Color information
#3A2521 (or 0x3A2521) is known color: Brown Pod. HEX triplet: 3A, 25 and 21. RGB value is (58,37,33). Sum of RGB (Red+Green+Blue) = 58+37+33=128 (16% of max value = 765). Red value is 58 (23.05% from 255 or 45.31% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2521 is #C5DADE. Grayscale: #2A2A2A. Windows color (decimal): -12966623 or 2172218. OLE color: 2172218.
HSL color Cylindrical-coordinate representation of color #3A2521: 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.43%. Process color model (Four color, CMYK) of #3A2521 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 37 | 33 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.77 |
| HSL | 9.6º | 0.27% | 0.18% | - |
| HSV(B) | 9.6º | 0.43% | 0.23% | - |
| XYZ | 2.68 | 2.33 | 1.75 | - |
| YUV | 42.82 | 122.46 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 37 | 33 | 0 | 0.36 | 0.43 | 0.77 | 9.6 | 0.27 | 0.18 |
| Hex | 3A | 25 | 21 | 0 | 24 | 2B | 4D | A | 1B | 12 |
| Octal | 72 | 45 | 41 | 0 | 44 | 53 | 115 | 12 | 33 | 22 |
| Binary | 111010 | 100101 | 100001 | 0 | 100100 | 101011 | 1001101 | 1010 | 11011 | 10010 |
Color Harmonies of #3A2521
Complementary color
Monochromatic Colors of #3A2521
Black with #3A2521
Text Example
Text Example
White with #3A2521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2521; }
p { color: rgb(58,37,33); }
H1.HeaderClassName
{
color: #3A2521;
}
.AnyTagClassName
{
color: #3A2521;
}
</style>
background-color css
<style>
a { background-color: #3A2521; }
a { background-color: rgb(58,37,33); }
div.DivClassName
{
background-color: #3A2521;
}
.BgClassName
{
background-color: #3A2521;
}
</style>
border-color css
<style>
span { border-color: #3A2521; }
span { border-color: rgb(58,37,33); }
td.TdClassName
{
border-color: #3A2521;
}
.TagClassName
{
border-color: #3A2521;
}
</style>