Shades of Seal Brown #3A160F
Tints of Seal Brown #3A160F
RGB
CMYK
RGB Variations
Color information
#3A160F (or 0x3A160F) is known color: Seal Brown. HEX triplet: 3A, 16 and 0F. RGB value is (58,22,15). Sum of RGB (Red+Green+Blue) = 58+22+15=95 (12% of max value = 765). Red value is 58 (23.05% from 255 or 61.05% from 95); Green value is 22 (8.98% from 255 or 23.16% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 58 - color contains mainly: red. Hex color #3A160F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A160F is #C5E9F0. Grayscale: #202020. Windows color (decimal): -12970481 or 988730. OLE color: 988730.
HSL color Cylindrical-coordinate representation of color #3A160F: hue angle of 9.77º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A160F is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 22 | 15 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.77 |
| HSL | 9.77º | 0.59% | 0.14% | - |
| HSV(B) | 9.77º | 0.74% | 0.23% | - |
| XYZ | 2.12 | 1.51 | 0.63 | - |
| YUV | 31.97 | 118.43 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 22 | 15 | 0 | 0.62 | 0.74 | 0.77 | 9.77 | 0.59 | 0.14 |
| Hex | 3A | 16 | F | 0 | 3E | 4A | 4D | A | 3B | E |
| Octal | 72 | 26 | 17 | 0 | 76 | 112 | 115 | 12 | 73 | 16 |
| Binary | 111010 | 10110 | 1111 | 0 | 111110 | 1001010 | 1001101 | 1010 | 111011 | 1110 |
Color Harmonies of #3A160F
Complementary color
Monochromatic Colors of #3A160F
Black with #3A160F
Text Example
Text Example
White with #3A160F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A160F; }
p { color: rgb(58,22,15); }
H1.HeaderClassName
{
color: #3A160F;
}
.AnyTagClassName
{
color: #3A160F;
}
</style>
background-color css
<style>
a { background-color: #3A160F; }
a { background-color: rgb(58,22,15); }
div.DivClassName
{
background-color: #3A160F;
}
.BgClassName
{
background-color: #3A160F;
}
</style>
border-color css
<style>
span { border-color: #3A160F; }
span { border-color: rgb(58,22,15); }
td.TdClassName
{
border-color: #3A160F;
}
.TagClassName
{
border-color: #3A160F;
}
</style>