Shades of Brown Pod #3A1406
Tints of Brown Pod #3A1406
RGB
CMYK
RGB Variations
Color information
#3A1406 (or 0x3A1406) is known color: Brown Pod. HEX triplet: 3A, 14 and 06. RGB value is (58,20,6). Sum of RGB (Red+Green+Blue) = 58+20+6=84 (11% of max value = 765). Red value is 58 (23.05% from 255 or 69.05% from 84); Green value is 20 (8.20% from 255 or 23.81% from 84); Blue value is 6 (2.73% from 255 or 7.14% from 84); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1406 is #C5EBF9. Grayscale: #1D1D1D. Windows color (decimal): -12971002 or 398394. OLE color: 398394.
HSL color Cylindrical-coordinate representation of color #3A1406: hue angle of 16.15º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A1406 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 20 | 6 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.77 |
| HSL | 16.15º | 0.81% | 0.13% | - |
| HSV(B) | 16.15º | 0.9% | 0.23% | - |
| XYZ | 2.03 | 1.41 | 0.34 | - |
| YUV | 29.77 | 114.59 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 20 | 6 | 0 | 0.66 | 0.90 | 0.77 | 16.15 | 0.81 | 0.13 |
| Hex | 3A | 14 | 6 | 0 | 42 | 5A | 4D | 10 | 51 | D |
| Octal | 72 | 24 | 6 | 0 | 102 | 132 | 115 | 20 | 121 | 15 |
| Binary | 111010 | 10100 | 110 | 0 | 1000010 | 1011010 | 1001101 | 10000 | 1010001 | 1101 |
Color Harmonies of #3A1406
Complementary color
Monochromatic Colors of #3A1406
Black with #3A1406
Text Example
Text Example
White with #3A1406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1406; }
p { color: rgb(58,20,6); }
H1.HeaderClassName
{
color: #3A1406;
}
.AnyTagClassName
{
color: #3A1406;
}
</style>
background-color css
<style>
a { background-color: #3A1406; }
a { background-color: rgb(58,20,6); }
div.DivClassName
{
background-color: #3A1406;
}
.BgClassName
{
background-color: #3A1406;
}
</style>
border-color css
<style>
span { border-color: #3A1406; }
span { border-color: rgb(58,20,6); }
td.TdClassName
{
border-color: #3A1406;
}
.TagClassName
{
border-color: #3A1406;
}
</style>