Shades of Brown Pod #3A2822
Tints of Brown Pod #3A2822
RGB
CMYK
RGB Variations
Color information
#3A2822 (or 0x3A2822) is known color: Brown Pod. HEX triplet: 3A, 28 and 22. RGB value is (58,40,34). Sum of RGB (Red+Green+Blue) = 58+40+34=132 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.94% from 132); Green value is 40 (16.02% from 255 or 30.30% from 132); Blue value is 34 (13.67% from 255 or 25.76% from 132); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2822 is #C5D7DD. Grayscale: #2C2C2C. Windows color (decimal): -12965854 or 2238522. OLE color: 2238522.
HSL color Cylindrical-coordinate representation of color #3A2822: hue angle of 15º degrees, saturation: 0.26, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A2822 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 40 | 34 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.77 |
| HSL | 15º | 0.26% | 0.18% | - |
| HSV(B) | 15º | 0.41% | 0.23% | - |
| XYZ | 2.79 | 2.53 | 1.86 | - |
| YUV | 44.7 | 121.96 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 40 | 34 | 0 | 0.31 | 0.41 | 0.77 | 15 | 0.26 | 0.18 |
| Hex | 3A | 28 | 22 | 0 | 1F | 29 | 4D | F | 1A | 12 |
| Octal | 72 | 50 | 42 | 0 | 37 | 51 | 115 | 17 | 32 | 22 |
| Binary | 111010 | 101000 | 100010 | 0 | 11111 | 101001 | 1001101 | 1111 | 11010 | 10010 |
Color Harmonies of #3A2822
Complementary color
Monochromatic Colors of #3A2822
Black with #3A2822
Text Example
Text Example
White with #3A2822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2822; }
p { color: rgb(58,40,34); }
H1.HeaderClassName
{
color: #3A2822;
}
.AnyTagClassName
{
color: #3A2822;
}
</style>
background-color css
<style>
a { background-color: #3A2822; }
a { background-color: rgb(58,40,34); }
div.DivClassName
{
background-color: #3A2822;
}
.BgClassName
{
background-color: #3A2822;
}
</style>
border-color css
<style>
span { border-color: #3A2822; }
span { border-color: rgb(58,40,34); }
td.TdClassName
{
border-color: #3A2822;
}
.TagClassName
{
border-color: #3A2822;
}
</style>