Shades of Seal Brown #3E1102
Tints of Seal Brown #3E1102
RGB
CMYK
RGB Variations
Color information
#3E1102 (or 0x3E1102) is known color: Seal Brown. HEX triplet: 3E, 11 and 02. RGB value is (62,17,2). Sum of RGB (Red+Green+Blue) = 62+17+2=81 (10% of max value = 765). Red value is 62 (24.61% from 255 or 76.54% from 81); Green value is 17 (7.03% from 255 or 20.99% from 81); Blue value is 2 (1.17% from 255 or 2.47% from 81); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1102 is #C1EEFD. Grayscale: #1C1C1C. Windows color (decimal): -12709630 or 135486. OLE color: 135486.
HSL color Cylindrical-coordinate representation of color #3E1102: hue angle of 15º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E1102 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 17 | 2 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.76 |
| HSL | 15º | 0.94% | 0.13% | - |
| HSV(B) | 15º | 0.97% | 0.24% | - |
| XYZ | 2.2 | 1.43 | 0.22 | - |
| YUV | 28.75 | 112.91 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 17 | 2 | 0 | 0.73 | 0.97 | 0.76 | 15 | 0.94 | 0.13 |
| Hex | 3E | 11 | 2 | 0 | 49 | 61 | 4C | F | 5E | D |
| Octal | 76 | 21 | 2 | 0 | 111 | 141 | 114 | 17 | 136 | 15 |
| Binary | 111110 | 10001 | 10 | 0 | 1001001 | 1100001 | 1001100 | 1111 | 1011110 | 1101 |
Color Harmonies of #3E1102
Complementary color
Monochromatic Colors of #3E1102
Black with #3E1102
Text Example
Text Example
White with #3E1102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1102; }
p { color: rgb(62,17,2); }
H1.HeaderClassName
{
color: #3E1102;
}
.AnyTagClassName
{
color: #3E1102;
}
</style>
background-color css
<style>
a { background-color: #3E1102; }
a { background-color: rgb(62,17,2); }
div.DivClassName
{
background-color: #3E1102;
}
.BgClassName
{
background-color: #3E1102;
}
</style>
border-color css
<style>
span { border-color: #3E1102; }
span { border-color: rgb(62,17,2); }
td.TdClassName
{
border-color: #3E1102;
}
.TagClassName
{
border-color: #3E1102;
}
</style>