Shades of Seal Brown #3E120A
Tints of Seal Brown #3E120A
RGB
CMYK
RGB Variations
Color information
#3E120A (or 0x3E120A) is known color: Seal Brown. HEX triplet: 3E, 12 and 0A. RGB value is (62,18,10). Sum of RGB (Red+Green+Blue) = 62+18+10=90 (11% of max value = 765). Red value is 62 (24.61% from 255 or 68.89% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 10 (4.30% from 255 or 11.11% from 90); Max value from RGB is 62 - color contains mainly: red. Hex color #3E120A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E120A is #C1EDF5. Grayscale: #1E1E1E. Windows color (decimal): -12709366 or 660030. OLE color: 660030.
HSL color Cylindrical-coordinate representation of color #3E120A: hue angle of 9.23º 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 #3E120A is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 18 | 10 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.76 |
| HSL | 9.23º | 0.72% | 0.14% | - |
| HSV(B) | 9.23º | 0.84% | 0.24% | - |
| XYZ | 2.26 | 1.48 | 0.45 | - |
| YUV | 30.24 | 116.58 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 18 | 10 | 0 | 0.71 | 0.84 | 0.76 | 9.23 | 0.72 | 0.14 |
| Hex | 3E | 12 | A | 0 | 47 | 54 | 4C | 9 | 48 | E |
| Octal | 76 | 22 | 12 | 0 | 107 | 124 | 114 | 11 | 110 | 16 |
| Binary | 111110 | 10010 | 1010 | 0 | 1000111 | 1010100 | 1001100 | 1001 | 1001000 | 1110 |
Color Harmonies of #3E120A
Complementary color
Monochromatic Colors of #3E120A
Black with #3E120A
Text Example
Text Example
White with #3E120A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E120A; }
p { color: rgb(62,18,10); }
H1.HeaderClassName
{
color: #3E120A;
}
.AnyTagClassName
{
color: #3E120A;
}
</style>
background-color css
<style>
a { background-color: #3E120A; }
a { background-color: rgb(62,18,10); }
div.DivClassName
{
background-color: #3E120A;
}
.BgClassName
{
background-color: #3E120A;
}
</style>
border-color css
<style>
span { border-color: #3E120A; }
span { border-color: rgb(62,18,10); }
td.TdClassName
{
border-color: #3E120A;
}
.TagClassName
{
border-color: #3E120A;
}
</style>