Shades of Seal Brown #3E100C
Tints of Seal Brown #3E100C
RGB
CMYK
RGB Variations
Color information
#3E100C (or 0x3E100C) is known color: Seal Brown. HEX triplet: 3E, 10 and 0C. RGB value is (62,16,12). Sum of RGB (Red+Green+Blue) = 62+16+12=90 (11% of max value = 765). Red value is 62 (24.61% from 255 or 68.89% from 90); Green value is 16 (6.64% from 255 or 17.78% from 90); Blue value is 12 (5.08% from 255 or 13.33% from 90); Max value from RGB is 62 - color contains mainly: red. Hex color #3E100C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E100C is #C1EFF3. Grayscale: #1D1D1D. Windows color (decimal): -12709876 or 790590. OLE color: 790590.
HSL color Cylindrical-coordinate representation of color #3E100C: hue angle of 4.8º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E100C is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 16 | 12 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.76 |
| HSL | 4.8º | 0.68% | 0.15% | - |
| HSV(B) | 4.8º | 0.81% | 0.24% | - |
| XYZ | 2.24 | 1.42 | 0.5 | - |
| YUV | 29.3 | 118.24 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 16 | 12 | 0 | 0.74 | 0.81 | 0.76 | 4.8 | 0.68 | 0.15 |
| Hex | 3E | 10 | C | 0 | 4A | 51 | 4C | 5 | 44 | F |
| Octal | 76 | 20 | 14 | 0 | 112 | 121 | 114 | 5 | 104 | 17 |
| Binary | 111110 | 10000 | 1100 | 0 | 1001010 | 1010001 | 1001100 | 101 | 1000100 | 1111 |
Color Harmonies of #3E100C
Complementary color
Monochromatic Colors of #3E100C
Black with #3E100C
Text Example
Text Example
White with #3E100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E100C; }
p { color: rgb(62,16,12); }
H1.HeaderClassName
{
color: #3E100C;
}
.AnyTagClassName
{
color: #3E100C;
}
</style>
background-color css
<style>
a { background-color: #3E100C; }
a { background-color: rgb(62,16,12); }
div.DivClassName
{
background-color: #3E100C;
}
.BgClassName
{
background-color: #3E100C;
}
</style>
border-color css
<style>
span { border-color: #3E100C; }
span { border-color: rgb(62,16,12); }
td.TdClassName
{
border-color: #3E100C;
}
.TagClassName
{
border-color: #3E100C;
}
</style>