Shades of Brown Pod #3A190A
Tints of Brown Pod #3A190A
RGB
CMYK
RGB Variations
Color information
#3A190A (or 0x3A190A) is known color: Brown Pod. HEX triplet: 3A, 19 and 0A. RGB value is (58,25,10). Sum of RGB (Red+Green+Blue) = 58+25+10=93 (12% of max value = 765). Red value is 58 (23.05% from 255 or 62.37% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 10 (4.30% from 255 or 10.75% from 93); Max value from RGB is 58 - color contains mainly: red. Hex color #3A190A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A190A is #C5E6F5. Grayscale: #212121. Windows color (decimal): -12969718 or 661818. OLE color: 661818.
HSL color Cylindrical-coordinate representation of color #3A190A: hue angle of 18.75º degrees, saturation: 0.71, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A190A is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 25 | 10 | - |
| CMYK | 0 | 0.57 | 0.83 | 0.77 |
| HSL | 18.75º | 0.71% | 0.13% | - |
| HSV(B) | 18.75º | 0.83% | 0.23% | - |
| XYZ | 2.15 | 1.62 | 0.49 | - |
| YUV | 33.16 | 114.93 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 25 | 10 | 0 | 0.57 | 0.83 | 0.77 | 18.75 | 0.71 | 0.13 |
| Hex | 3A | 19 | A | 0 | 39 | 53 | 4D | 13 | 47 | D |
| Octal | 72 | 31 | 12 | 0 | 71 | 123 | 115 | 23 | 107 | 15 |
| Binary | 111010 | 11001 | 1010 | 0 | 111001 | 1010011 | 1001101 | 10011 | 1000111 | 1101 |
Color Harmonies of #3A190A
Complementary color
Monochromatic Colors of #3A190A
Black with #3A190A
Text Example
Text Example
White with #3A190A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A190A; }
p { color: rgb(58,25,10); }
H1.HeaderClassName
{
color: #3A190A;
}
.AnyTagClassName
{
color: #3A190A;
}
</style>
background-color css
<style>
a { background-color: #3A190A; }
a { background-color: rgb(58,25,10); }
div.DivClassName
{
background-color: #3A190A;
}
.BgClassName
{
background-color: #3A190A;
}
</style>
border-color css
<style>
span { border-color: #3A190A; }
span { border-color: rgb(58,25,10); }
td.TdClassName
{
border-color: #3A190A;
}
.TagClassName
{
border-color: #3A190A;
}
</style>