Shades of Brown Pod #3A1606
Tints of Brown Pod #3A1606
RGB
CMYK
RGB Variations
Color information
#3A1606 (or 0x3A1606) is known color: Brown Pod. HEX triplet: 3A, 16 and 06. RGB value is (58,22,6). Sum of RGB (Red+Green+Blue) = 58+22+6=86 (11% of max value = 765). Red value is 58 (23.05% from 255 or 67.44% from 86); Green value is 22 (8.98% from 255 or 25.58% from 86); Blue value is 6 (2.73% from 255 or 6.98% from 86); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1606 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1606 is #C5E9F9. Grayscale: #1F1F1F. Windows color (decimal): -12970490 or 398906. OLE color: 398906.
HSL color Cylindrical-coordinate representation of color #3A1606: hue angle of 18.46º 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 #3A1606 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 22 | 6 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.77 |
| HSL | 18.46º | 0.81% | 0.13% | - |
| HSV(B) | 18.46º | 0.9% | 0.23% | - |
| XYZ | 2.06 | 1.49 | 0.35 | - |
| YUV | 30.94 | 113.93 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 22 | 6 | 0 | 0.62 | 0.90 | 0.77 | 18.46 | 0.81 | 0.13 |
| Hex | 3A | 16 | 6 | 0 | 3E | 5A | 4D | 12 | 51 | D |
| Octal | 72 | 26 | 6 | 0 | 76 | 132 | 115 | 22 | 121 | 15 |
| Binary | 111010 | 10110 | 110 | 0 | 111110 | 1011010 | 1001101 | 10010 | 1010001 | 1101 |
Color Harmonies of #3A1606
Complementary color
Monochromatic Colors of #3A1606
Black with #3A1606
Text Example
Text Example
White with #3A1606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1606; }
p { color: rgb(58,22,6); }
H1.HeaderClassName
{
color: #3A1606;
}
.AnyTagClassName
{
color: #3A1606;
}
</style>
background-color css
<style>
a { background-color: #3A1606; }
a { background-color: rgb(58,22,6); }
div.DivClassName
{
background-color: #3A1606;
}
.BgClassName
{
background-color: #3A1606;
}
</style>
border-color css
<style>
span { border-color: #3A1606; }
span { border-color: rgb(58,22,6); }
td.TdClassName
{
border-color: #3A1606;
}
.TagClassName
{
border-color: #3A1606;
}
</style>