Shades of Seal Brown #3A160E
Tints of Seal Brown #3A160E
RGB
CMYK
RGB Variations
Color information
#3A160E (or 0x3A160E) is known color: Seal Brown. HEX triplet: 3A, 16 and 0E. RGB value is (58,22,14). Sum of RGB (Red+Green+Blue) = 58+22+14=94 (12% of max value = 765). Red value is 58 (23.05% from 255 or 61.70% from 94); Green value is 22 (8.98% from 255 or 23.40% from 94); Blue value is 14 (5.86% from 255 or 14.89% from 94); Max value from RGB is 58 - color contains mainly: red. Hex color #3A160E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A160E is #C5E9F1. Grayscale: #1F1F1F. Windows color (decimal): -12970482 or 923194. OLE color: 923194.
HSL color Cylindrical-coordinate representation of color #3A160E: hue angle of 10.91º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A160E is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 22 | 14 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.77 |
| HSL | 10.91º | 0.61% | 0.14% | - |
| HSV(B) | 10.91º | 0.76% | 0.23% | - |
| XYZ | 2.11 | 1.51 | 0.59 | - |
| YUV | 31.85 | 117.93 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 22 | 14 | 0 | 0.62 | 0.76 | 0.77 | 10.91 | 0.61 | 0.14 |
| Hex | 3A | 16 | E | 0 | 3E | 4C | 4D | B | 3D | E |
| Octal | 72 | 26 | 16 | 0 | 76 | 114 | 115 | 13 | 75 | 16 |
| Binary | 111010 | 10110 | 1110 | 0 | 111110 | 1001100 | 1001101 | 1011 | 111101 | 1110 |
Color Harmonies of #3A160E
Complementary color
Monochromatic Colors of #3A160E
Black with #3A160E
Text Example
Text Example
White with #3A160E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A160E; }
p { color: rgb(58,22,14); }
H1.HeaderClassName
{
color: #3A160E;
}
.AnyTagClassName
{
color: #3A160E;
}
</style>
background-color css
<style>
a { background-color: #3A160E; }
a { background-color: rgb(58,22,14); }
div.DivClassName
{
background-color: #3A160E;
}
.BgClassName
{
background-color: #3A160E;
}
</style>
border-color css
<style>
span { border-color: #3A160E; }
span { border-color: rgb(58,22,14); }
td.TdClassName
{
border-color: #3A160E;
}
.TagClassName
{
border-color: #3A160E;
}
</style>