Shades of Seal Brown #3A1105
Tints of Seal Brown #3A1105
RGB
CMYK
RGB Variations
Color information
#3A1105 (or 0x3A1105) is known color: Seal Brown. HEX triplet: 3A, 11 and 05. RGB value is (58,17,5). Sum of RGB (Red+Green+Blue) = 58+17+5=80 (10% of max value = 765). Red value is 58 (23.05% from 255 or 72.5% from 80); Green value is 17 (7.03% from 255 or 21.25% from 80); Blue value is 5 (2.34% from 255 or 6.25% from 80); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1105 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1105 is #C5EEFA. Grayscale: #1B1B1B. Windows color (decimal): -12971771 or 332090. OLE color: 332090.
HSL color Cylindrical-coordinate representation of color #3A1105: hue angle of 13.58º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A1105 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 17 | 5 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.77 |
| HSL | 13.58º | 0.84% | 0.12% | - |
| HSV(B) | 13.58º | 0.91% | 0.23% | - |
| XYZ | 1.97 | 1.31 | 0.29 | - |
| YUV | 27.89 | 115.08 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 17 | 5 | 0 | 0.71 | 0.91 | 0.77 | 13.58 | 0.84 | 0.12 |
| Hex | 3A | 11 | 5 | 0 | 47 | 5B | 4D | E | 54 | C |
| Octal | 72 | 21 | 5 | 0 | 107 | 133 | 115 | 16 | 124 | 14 |
| Binary | 111010 | 10001 | 101 | 0 | 1000111 | 1011011 | 1001101 | 1110 | 1010100 | 1100 |
Color Harmonies of #3A1105
Complementary color
Monochromatic Colors of #3A1105
Black with #3A1105
Text Example
Text Example
White with #3A1105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1105; }
p { color: rgb(58,17,5); }
H1.HeaderClassName
{
color: #3A1105;
}
.AnyTagClassName
{
color: #3A1105;
}
</style>
background-color css
<style>
a { background-color: #3A1105; }
a { background-color: rgb(58,17,5); }
div.DivClassName
{
background-color: #3A1105;
}
.BgClassName
{
background-color: #3A1105;
}
</style>
border-color css
<style>
span { border-color: #3A1105; }
span { border-color: rgb(58,17,5); }
td.TdClassName
{
border-color: #3A1105;
}
.TagClassName
{
border-color: #3A1105;
}
</style>