Shades of Brown Pod #3A1F19
Tints of Brown Pod #3A1F19
RGB
CMYK
RGB Variations
Color information
#3A1F19 (or 0x3A1F19) is known color: Brown Pod. HEX triplet: 3A, 1F and 19. RGB value is (58,31,25). Sum of RGB (Red+Green+Blue) = 58+31+25=114 (15% of max value = 765). Red value is 58 (23.05% from 255 or 50.88% from 114); Green value is 31 (12.5% from 255 or 27.19% from 114); Blue value is 25 (10.16% from 255 or 21.93% from 114); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A1F19 is #C5E0E6. Grayscale: #262626. Windows color (decimal): -12968167 or 1646394. OLE color: 1646394.
HSL color Cylindrical-coordinate representation of color #3A1F19: hue angle of 10.91º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A1F19 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 31 | 25 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.77 |
| HSL | 10.91º | 0.4% | 0.16% | - |
| HSV(B) | 10.91º | 0.57% | 0.23% | - |
| XYZ | 2.41 | 1.95 | 1.17 | - |
| YUV | 38.39 | 120.45 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 31 | 25 | 0 | 0.47 | 0.57 | 0.77 | 10.91 | 0.4 | 0.16 |
| Hex | 3A | 1F | 19 | 0 | 2F | 39 | 4D | B | 28 | 10 |
| Octal | 72 | 37 | 31 | 0 | 57 | 71 | 115 | 13 | 50 | 20 |
| Binary | 111010 | 11111 | 11001 | 0 | 101111 | 111001 | 1001101 | 1011 | 101000 | 10000 |
Color Harmonies of #3A1F19
Complementary color
Monochromatic Colors of #3A1F19
Black with #3A1F19
Text Example
Text Example
White with #3A1F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1F19; }
p { color: rgb(58,31,25); }
H1.HeaderClassName
{
color: #3A1F19;
}
.AnyTagClassName
{
color: #3A1F19;
}
</style>
background-color css
<style>
a { background-color: #3A1F19; }
a { background-color: rgb(58,31,25); }
div.DivClassName
{
background-color: #3A1F19;
}
.BgClassName
{
background-color: #3A1F19;
}
</style>
border-color css
<style>
span { border-color: #3A1F19; }
span { border-color: rgb(58,31,25); }
td.TdClassName
{
border-color: #3A1F19;
}
.TagClassName
{
border-color: #3A1F19;
}
</style>