Shades of Brown Pod #3A211A
Tints of Brown Pod #3A211A
RGB
CMYK
RGB Variations
Color information
#3A211A (or 0x3A211A) is known color: Brown Pod. HEX triplet: 3A, 21 and 1A. RGB value is (58,33,26). Sum of RGB (Red+Green+Blue) = 58+33+26=117 (15% of max value = 765). Red value is 58 (23.05% from 255 or 49.57% from 117); Green value is 33 (13.28% from 255 or 28.21% from 117); Blue value is 26 (10.55% from 255 or 22.22% from 117); Max value from RGB is 58 - color contains mainly: red. Hex color #3A211A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A211A is #C5DEE5. Grayscale: #272727. Windows color (decimal): -12967654 or 1712442. OLE color: 1712442.
HSL color Cylindrical-coordinate representation of color #3A211A: hue angle of 13.12º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A211A is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 33 | 26 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.77 |
| HSL | 13.13º | 0.38% | 0.16% | - |
| HSV(B) | 13.13º | 0.55% | 0.23% | - |
| XYZ | 2.48 | 2.06 | 1.24 | - |
| YUV | 39.68 | 120.28 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 33 | 26 | 0 | 0.43 | 0.55 | 0.77 | 13.13 | 0.38 | 0.16 |
| Hex | 3A | 21 | 1A | 0 | 2B | 37 | 4D | D | 26 | 10 |
| Octal | 72 | 41 | 32 | 0 | 53 | 67 | 115 | 15 | 46 | 20 |
| Binary | 111010 | 100001 | 11010 | 0 | 101011 | 110111 | 1001101 | 1101 | 100110 | 10000 |
Color Harmonies of #3A211A
Complementary color
Monochromatic Colors of #3A211A
Black with #3A211A
Text Example
Text Example
White with #3A211A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A211A; }
p { color: rgb(58,33,26); }
H1.HeaderClassName
{
color: #3A211A;
}
.AnyTagClassName
{
color: #3A211A;
}
</style>
background-color css
<style>
a { background-color: #3A211A; }
a { background-color: rgb(58,33,26); }
div.DivClassName
{
background-color: #3A211A;
}
.BgClassName
{
background-color: #3A211A;
}
</style>
border-color css
<style>
span { border-color: #3A211A; }
span { border-color: rgb(58,33,26); }
td.TdClassName
{
border-color: #3A211A;
}
.TagClassName
{
border-color: #3A211A;
}
</style>