Shades of Seal Brown #3E130A
Tints of Seal Brown #3E130A
RGB
CMYK
RGB Variations
Color information
#3E130A (or 0x3E130A) is known color: Seal Brown. HEX triplet: 3E, 13 and 0A. RGB value is (62,19,10). Sum of RGB (Red+Green+Blue) = 62+19+10=91 (12% of max value = 765). Red value is 62 (24.61% from 255 or 68.13% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 10 (4.30% from 255 or 10.99% from 91); Max value from RGB is 62 - color contains mainly: red. Hex color #3E130A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E130A is #C1ECF5. Grayscale: #1E1E1E. Windows color (decimal): -12709110 or 660286. OLE color: 660286.
HSL color Cylindrical-coordinate representation of color #3E130A: hue angle of 10.38º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E130A is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 19 | 10 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.76 |
| HSL | 10.38º | 0.72% | 0.14% | - |
| HSV(B) | 10.38º | 0.84% | 0.24% | - |
| XYZ | 2.27 | 1.51 | 0.46 | - |
| YUV | 30.83 | 116.25 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 19 | 10 | 0 | 0.69 | 0.84 | 0.76 | 10.38 | 0.72 | 0.14 |
| Hex | 3E | 13 | A | 0 | 45 | 54 | 4C | A | 48 | E |
| Octal | 76 | 23 | 12 | 0 | 105 | 124 | 114 | 12 | 110 | 16 |
| Binary | 111110 | 10011 | 1010 | 0 | 1000101 | 1010100 | 1001100 | 1010 | 1001000 | 1110 |
Color Harmonies of #3E130A
Complementary color
Monochromatic Colors of #3E130A
Black with #3E130A
Text Example
Text Example
White with #3E130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E130A; }
p { color: rgb(62,19,10); }
H1.HeaderClassName
{
color: #3E130A;
}
.AnyTagClassName
{
color: #3E130A;
}
</style>
background-color css
<style>
a { background-color: #3E130A; }
a { background-color: rgb(62,19,10); }
div.DivClassName
{
background-color: #3E130A;
}
.BgClassName
{
background-color: #3E130A;
}
</style>
border-color css
<style>
span { border-color: #3E130A; }
span { border-color: rgb(62,19,10); }
td.TdClassName
{
border-color: #3E130A;
}
.TagClassName
{
border-color: #3E130A;
}
</style>