Shades of Seal Brown #3A140A
Tints of Seal Brown #3A140A
RGB
CMYK
RGB Variations
Color information
#3A140A (or 0x3A140A) is known color: Seal Brown. HEX triplet: 3A, 14 and 0A. RGB value is (58,20,10). Sum of RGB (Red+Green+Blue) = 58+20+10=88 (11% of max value = 765). Red value is 58 (23.05% from 255 or 65.91% from 88); Green value is 20 (8.20% from 255 or 22.73% from 88); Blue value is 10 (4.30% from 255 or 11.36% from 88); Max value from RGB is 58 - color contains mainly: red. Hex color #3A140A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A140A is #C5EBF5. Grayscale: #1E1E1E. Windows color (decimal): -12970998 or 660538. OLE color: 660538.
HSL color Cylindrical-coordinate representation of color #3A140A: hue angle of 12.5º 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 #3A140A is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 20 | 10 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.77 |
| HSL | 12.5º | 0.71% | 0.13% | - |
| HSV(B) | 12.5º | 0.83% | 0.23% | - |
| XYZ | 2.05 | 1.42 | 0.45 | - |
| YUV | 30.22 | 116.59 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 20 | 10 | 0 | 0.66 | 0.83 | 0.77 | 12.5 | 0.71 | 0.13 |
| Hex | 3A | 14 | A | 0 | 42 | 53 | 4D | C | 47 | D |
| Octal | 72 | 24 | 12 | 0 | 102 | 123 | 115 | 14 | 107 | 15 |
| Binary | 111010 | 10100 | 1010 | 0 | 1000010 | 1010011 | 1001101 | 1100 | 1000111 | 1101 |
Color Harmonies of #3A140A
Complementary color
Monochromatic Colors of #3A140A
Black with #3A140A
Text Example
Text Example
White with #3A140A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A140A; }
p { color: rgb(58,20,10); }
H1.HeaderClassName
{
color: #3A140A;
}
.AnyTagClassName
{
color: #3A140A;
}
</style>
background-color css
<style>
a { background-color: #3A140A; }
a { background-color: rgb(58,20,10); }
div.DivClassName
{
background-color: #3A140A;
}
.BgClassName
{
background-color: #3A140A;
}
</style>
border-color css
<style>
span { border-color: #3A140A; }
span { border-color: rgb(58,20,10); }
td.TdClassName
{
border-color: #3A140A;
}
.TagClassName
{
border-color: #3A140A;
}
</style>