Shades of Brown Pod #3A221F
Tints of Brown Pod #3A221F
RGB
CMYK
RGB Variations
Color information
#3A221F (or 0x3A221F) is known color: Brown Pod. HEX triplet: 3A, 22 and 1F. RGB value is (58,34,31). Sum of RGB (Red+Green+Blue) = 58+34+31=123 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.15% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 58 - color contains mainly: red. Hex color #3A221F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A221F is #C5DDE0. Grayscale: #282828. Windows color (decimal): -12967393 or 2040378. OLE color: 2040378.
HSL color Cylindrical-coordinate representation of color #3A221F: hue angle of 6.67º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A221F is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 34 | 31 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.77 |
| HSL | 6.67º | 0.3% | 0.17% | - |
| HSV(B) | 6.67º | 0.47% | 0.23% | - |
| XYZ | 2.56 | 2.14 | 1.57 | - |
| YUV | 40.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 34 | 31 | 0 | 0.41 | 0.47 | 0.77 | 6.67 | 0.3 | 0.17 |
| Hex | 3A | 22 | 1F | 0 | 29 | 2F | 4D | 7 | 1E | 11 |
| Octal | 72 | 42 | 37 | 0 | 51 | 57 | 115 | 7 | 36 | 21 |
| Binary | 111010 | 100010 | 11111 | 0 | 101001 | 101111 | 1001101 | 111 | 11110 | 10001 |
Color Harmonies of #3A221F
Complementary color
Monochromatic Colors of #3A221F
Black with #3A221F
Text Example
Text Example
White with #3A221F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A221F; }
p { color: rgb(58,34,31); }
H1.HeaderClassName
{
color: #3A221F;
}
.AnyTagClassName
{
color: #3A221F;
}
</style>
background-color css
<style>
a { background-color: #3A221F; }
a { background-color: rgb(58,34,31); }
div.DivClassName
{
background-color: #3A221F;
}
.BgClassName
{
background-color: #3A221F;
}
</style>
border-color css
<style>
span { border-color: #3A221F; }
span { border-color: rgb(58,34,31); }
td.TdClassName
{
border-color: #3A221F;
}
.TagClassName
{
border-color: #3A221F;
}
</style>