Shades of Seal Brown #3A130A
Tints of Seal Brown #3A130A
RGB
CMYK
RGB Variations
Color information
#3A130A (or 0x3A130A) is known color: Seal Brown. HEX triplet: 3A, 13 and 0A. RGB value is (58,19,10). Sum of RGB (Red+Green+Blue) = 58+19+10=87 (11% of max value = 765). Red value is 58 (23.05% from 255 or 66.67% from 87); Green value is 19 (7.81% from 255 or 21.84% from 87); Blue value is 10 (4.30% from 255 or 11.49% from 87); Max value from RGB is 58 - color contains mainly: red. Hex color #3A130A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A130A is #C5ECF5. Grayscale: #1D1D1D. Windows color (decimal): -12971254 or 660282. OLE color: 660282.
HSL color Cylindrical-coordinate representation of color #3A130A: hue angle of 11.25º 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 #3A130A is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 19 | 10 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.77 |
| HSL | 11.25º | 0.71% | 0.13% | - |
| HSV(B) | 11.25º | 0.83% | 0.23% | - |
| XYZ | 2.03 | 1.39 | 0.45 | - |
| YUV | 29.64 | 116.92 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 19 | 10 | 0 | 0.67 | 0.83 | 0.77 | 11.25 | 0.71 | 0.13 |
| Hex | 3A | 13 | A | 0 | 43 | 53 | 4D | B | 47 | D |
| Octal | 72 | 23 | 12 | 0 | 103 | 123 | 115 | 13 | 107 | 15 |
| Binary | 111010 | 10011 | 1010 | 0 | 1000011 | 1010011 | 1001101 | 1011 | 1000111 | 1101 |
Color Harmonies of #3A130A
Complementary color
Monochromatic Colors of #3A130A
Black with #3A130A
Text Example
Text Example
White with #3A130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A130A; }
p { color: rgb(58,19,10); }
H1.HeaderClassName
{
color: #3A130A;
}
.AnyTagClassName
{
color: #3A130A;
}
</style>
background-color css
<style>
a { background-color: #3A130A; }
a { background-color: rgb(58,19,10); }
div.DivClassName
{
background-color: #3A130A;
}
.BgClassName
{
background-color: #3A130A;
}
</style>
border-color css
<style>
span { border-color: #3A130A; }
span { border-color: rgb(58,19,10); }
td.TdClassName
{
border-color: #3A130A;
}
.TagClassName
{
border-color: #3A130A;
}
</style>