Shades of Seal Brown #3A1310
Tints of Seal Brown #3A1310
RGB
CMYK
RGB Variations
Color information
#3A1310 (or 0x3A1310) is known color: Seal Brown. HEX triplet: 3A, 13 and 10. RGB value is (58,19,16). Sum of RGB (Red+Green+Blue) = 58+19+16=93 (12% of max value = 765). Red value is 58 (23.05% from 255 or 62.37% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 16 (6.64% from 255 or 17.20% from 93); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1310 is #C5ECEF. Grayscale: #1E1E1E. Windows color (decimal): -12971248 or 1053498. OLE color: 1053498.
HSL color Cylindrical-coordinate representation of color #3A1310: hue angle of 4.29º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A1310 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 19 | 16 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.77 |
| HSL | 4.29º | 0.57% | 0.15% | - |
| HSV(B) | 4.29º | 0.72% | 0.23% | - |
| XYZ | 2.07 | 1.4 | 0.65 | - |
| YUV | 30.32 | 119.92 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 19 | 16 | 0 | 0.67 | 0.72 | 0.77 | 4.29 | 0.57 | 0.15 |
| Hex | 3A | 13 | 10 | 0 | 43 | 48 | 4D | 4 | 39 | F |
| Octal | 72 | 23 | 20 | 0 | 103 | 110 | 115 | 4 | 71 | 17 |
| Binary | 111010 | 10011 | 10000 | 0 | 1000011 | 1001000 | 1001101 | 100 | 111001 | 1111 |
Color Harmonies of #3A1310
Complementary color
Monochromatic Colors of #3A1310
Black with #3A1310
Text Example
Text Example
White with #3A1310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1310; }
p { color: rgb(58,19,16); }
H1.HeaderClassName
{
color: #3A1310;
}
.AnyTagClassName
{
color: #3A1310;
}
</style>
background-color css
<style>
a { background-color: #3A1310; }
a { background-color: rgb(58,19,16); }
div.DivClassName
{
background-color: #3A1310;
}
.BgClassName
{
background-color: #3A1310;
}
</style>
border-color css
<style>
span { border-color: #3A1310; }
span { border-color: rgb(58,19,16); }
td.TdClassName
{
border-color: #3A1310;
}
.TagClassName
{
border-color: #3A1310;
}
</style>