Shades of Brown Pod #3A1609
Tints of Brown Pod #3A1609
RGB
CMYK
RGB Variations
Color information
#3A1609 (or 0x3A1609) is known color: Brown Pod. HEX triplet: 3A, 16 and 09. RGB value is (58,22,9). Sum of RGB (Red+Green+Blue) = 58+22+9=89 (11% of max value = 765). Red value is 58 (23.05% from 255 or 65.17% from 89); Green value is 22 (8.98% from 255 or 24.72% from 89); Blue value is 9 (3.91% from 255 or 10.11% from 89); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1609 is #C5E9F6. Grayscale: #1F1F1F. Windows color (decimal): -12970487 or 595514. OLE color: 595514.
HSL color Cylindrical-coordinate representation of color #3A1609: hue angle of 15.92º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A1609 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 22 | 9 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.77 |
| HSL | 15.92º | 0.73% | 0.13% | - |
| HSV(B) | 15.92º | 0.84% | 0.23% | - |
| XYZ | 2.08 | 1.49 | 0.44 | - |
| YUV | 31.28 | 115.43 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 22 | 9 | 0 | 0.62 | 0.84 | 0.77 | 15.92 | 0.73 | 0.13 |
| Hex | 3A | 16 | 9 | 0 | 3E | 54 | 4D | 10 | 49 | D |
| Octal | 72 | 26 | 11 | 0 | 76 | 124 | 115 | 20 | 111 | 15 |
| Binary | 111010 | 10110 | 1001 | 0 | 111110 | 1010100 | 1001101 | 10000 | 1001001 | 1101 |
Color Harmonies of #3A1609
Complementary color
Monochromatic Colors of #3A1609
Black with #3A1609
Text Example
Text Example
White with #3A1609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1609; }
p { color: rgb(58,22,9); }
H1.HeaderClassName
{
color: #3A1609;
}
.AnyTagClassName
{
color: #3A1609;
}
</style>
background-color css
<style>
a { background-color: #3A1609; }
a { background-color: rgb(58,22,9); }
div.DivClassName
{
background-color: #3A1609;
}
.BgClassName
{
background-color: #3A1609;
}
</style>
border-color css
<style>
span { border-color: #3A1609; }
span { border-color: rgb(58,22,9); }
td.TdClassName
{
border-color: #3A1609;
}
.TagClassName
{
border-color: #3A1609;
}
</style>