Shades of Brown Pod #3A1D07
Tints of Brown Pod #3A1D07
RGB
CMYK
RGB Variations
Color information
#3A1D07 (or 0x3A1D07) is known color: Brown Pod. HEX triplet: 3A, 1D and 07. RGB value is (58,29,7). Sum of RGB (Red+Green+Blue) = 58+29+7=94 (12% of max value = 765). Red value is 58 (23.05% from 255 or 61.70% from 94); Green value is 29 (11.72% from 255 or 30.85% from 94); Blue value is 7 (3.12% from 255 or 7.45% from 94); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A1D07 is #C5E2F8. Grayscale: #232323. Windows color (decimal): -12968697 or 466234. OLE color: 466234.
HSL color Cylindrical-coordinate representation of color #3A1D07: hue angle of 25.88º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A1D07 is Cyan = 0, Magento = 0.5, Yellow = 0.88 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 29 | 7 | - |
| CMYK | 0 | 0.5 | 0.88 | 0.77 |
| HSL | 25.88º | 0.78% | 0.13% | - |
| HSV(B) | 25.88º | 0.88% | 0.23% | - |
| XYZ | 2.22 | 1.79 | 0.43 | - |
| YUV | 35.16 | 112.11 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 29 | 7 | 0 | 0.5 | 0.88 | 0.77 | 25.88 | 0.78 | 0.13 |
| Hex | 3A | 1D | 7 | 0 | 32 | 58 | 4D | 1A | 4E | D |
| Octal | 72 | 35 | 7 | 0 | 62 | 130 | 115 | 32 | 116 | 15 |
| Binary | 111010 | 11101 | 111 | 0 | 110010 | 1011000 | 1001101 | 11010 | 1001110 | 1101 |
Color Harmonies of #3A1D07
Complementary color
Monochromatic Colors of #3A1D07
Black with #3A1D07
Text Example
Text Example
White with #3A1D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1D07; }
p { color: rgb(58,29,7); }
H1.HeaderClassName
{
color: #3A1D07;
}
.AnyTagClassName
{
color: #3A1D07;
}
</style>
background-color css
<style>
a { background-color: #3A1D07; }
a { background-color: rgb(58,29,7); }
div.DivClassName
{
background-color: #3A1D07;
}
.BgClassName
{
background-color: #3A1D07;
}
</style>
border-color css
<style>
span { border-color: #3A1D07; }
span { border-color: rgb(58,29,7); }
td.TdClassName
{
border-color: #3A1D07;
}
.TagClassName
{
border-color: #3A1D07;
}
</style>