Shades of Seal Brown #3E1310
Tints of Seal Brown #3E1310
RGB
CMYK
RGB Variations
Color information
#3E1310 (or 0x3E1310) is known color: Seal Brown. HEX triplet: 3E, 13 and 10. RGB value is (62,19,16). Sum of RGB (Red+Green+Blue) = 62+19+16=97 (12% of max value = 765). Red value is 62 (24.61% from 255 or 63.92% from 97); Green value is 19 (7.81% from 255 or 19.59% from 97); Blue value is 16 (6.64% from 255 or 16.49% from 97); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1310 is #C1ECEF. Grayscale: #1F1F1F. Windows color (decimal): -12709104 or 1053502. OLE color: 1053502.
HSL color Cylindrical-coordinate representation of color #3E1310: hue angle of 3.91º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E1310 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 19 | 16 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.76 |
| HSL | 3.91º | 0.59% | 0.15% | - |
| HSV(B) | 3.91º | 0.74% | 0.24% | - |
| XYZ | 2.31 | 1.53 | 0.66 | - |
| YUV | 31.52 | 119.25 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 19 | 16 | 0 | 0.69 | 0.74 | 0.76 | 3.91 | 0.59 | 0.15 |
| Hex | 3E | 13 | 10 | 0 | 45 | 4A | 4C | 4 | 3B | F |
| Octal | 76 | 23 | 20 | 0 | 105 | 112 | 114 | 4 | 73 | 17 |
| Binary | 111110 | 10011 | 10000 | 0 | 1000101 | 1001010 | 1001100 | 100 | 111011 | 1111 |
Color Harmonies of #3E1310
Complementary color
Monochromatic Colors of #3E1310
Black with #3E1310
Text Example
Text Example
White with #3E1310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1310; }
p { color: rgb(62,19,16); }
H1.HeaderClassName
{
color: #3E1310;
}
.AnyTagClassName
{
color: #3E1310;
}
</style>
background-color css
<style>
a { background-color: #3E1310; }
a { background-color: rgb(62,19,16); }
div.DivClassName
{
background-color: #3E1310;
}
.BgClassName
{
background-color: #3E1310;
}
</style>
border-color css
<style>
span { border-color: #3E1310; }
span { border-color: rgb(62,19,16); }
td.TdClassName
{
border-color: #3E1310;
}
.TagClassName
{
border-color: #3E1310;
}
</style>