Shades of Brown Pod #3A1708
Tints of Brown Pod #3A1708
RGB
CMYK
RGB Variations
Color information
#3A1708 (or 0x3A1708) is known color: Brown Pod. HEX triplet: 3A, 17 and 08. RGB value is (58,23,8). Sum of RGB (Red+Green+Blue) = 58+23+8=89 (11% of max value = 765). Red value is 58 (23.05% from 255 or 65.17% from 89); Green value is 23 (9.38% from 255 or 25.84% from 89); Blue value is 8 (3.52% from 255 or 8.99% from 89); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1708 is #C5E8F7. Grayscale: #1F1F1F. Windows color (decimal): -12970232 or 530234. OLE color: 530234.
HSL color Cylindrical-coordinate representation of color #3A1708: hue angle of 18º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A1708 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 23 | 8 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.77 |
| HSL | 18º | 0.76% | 0.13% | - |
| HSV(B) | 18º | 0.86% | 0.23% | - |
| XYZ | 2.1 | 1.53 | 0.41 | - |
| YUV | 31.76 | 114.6 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 23 | 8 | 0 | 0.60 | 0.86 | 0.77 | 18 | 0.76 | 0.13 |
| Hex | 3A | 17 | 8 | 0 | 3C | 56 | 4D | 12 | 4C | D |
| Octal | 72 | 27 | 10 | 0 | 74 | 126 | 115 | 22 | 114 | 15 |
| Binary | 111010 | 10111 | 1000 | 0 | 111100 | 1010110 | 1001101 | 10010 | 1001100 | 1101 |
Color Harmonies of #3A1708
Complementary color
Monochromatic Colors of #3A1708
Black with #3A1708
Text Example
Text Example
White with #3A1708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1708; }
p { color: rgb(58,23,8); }
H1.HeaderClassName
{
color: #3A1708;
}
.AnyTagClassName
{
color: #3A1708;
}
</style>
background-color css
<style>
a { background-color: #3A1708; }
a { background-color: rgb(58,23,8); }
div.DivClassName
{
background-color: #3A1708;
}
.BgClassName
{
background-color: #3A1708;
}
</style>
border-color css
<style>
span { border-color: #3A1708; }
span { border-color: rgb(58,23,8); }
td.TdClassName
{
border-color: #3A1708;
}
.TagClassName
{
border-color: #3A1708;
}
</style>