Shades of Seal Brown #3E100B
Tints of Seal Brown #3E100B
RGB
CMYK
RGB Variations
Color information
#3E100B (or 0x3E100B) is known color: Seal Brown. HEX triplet: 3E, 10 and 0B. RGB value is (62,16,11). Sum of RGB (Red+Green+Blue) = 62+16+11=89 (11% of max value = 765). Red value is 62 (24.61% from 255 or 69.66% from 89); Green value is 16 (6.64% from 255 or 17.98% from 89); Blue value is 11 (4.69% from 255 or 12.36% from 89); Max value from RGB is 62 - color contains mainly: red. Hex color #3E100B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E100B is #C1EFF4. Grayscale: #1D1D1D. Windows color (decimal): -12709877 or 725054. OLE color: 725054.
HSL color Cylindrical-coordinate representation of color #3E100B: hue angle of 5.88º degrees, saturation: 0.7, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E100B is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 16 | 11 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.76 |
| HSL | 5.88º | 0.7% | 0.14% | - |
| HSV(B) | 5.88º | 0.82% | 0.24% | - |
| XYZ | 2.23 | 1.42 | 0.47 | - |
| YUV | 29.18 | 117.74 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 16 | 11 | 0 | 0.74 | 0.82 | 0.76 | 5.88 | 0.7 | 0.14 |
| Hex | 3E | 10 | B | 0 | 4A | 52 | 4C | 6 | 46 | E |
| Octal | 76 | 20 | 13 | 0 | 112 | 122 | 114 | 6 | 106 | 16 |
| Binary | 111110 | 10000 | 1011 | 0 | 1001010 | 1010010 | 1001100 | 110 | 1000110 | 1110 |
Color Harmonies of #3E100B
Complementary color
Monochromatic Colors of #3E100B
Black with #3E100B
Text Example
Text Example
White with #3E100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E100B; }
p { color: rgb(62,16,11); }
H1.HeaderClassName
{
color: #3E100B;
}
.AnyTagClassName
{
color: #3E100B;
}
</style>
background-color css
<style>
a { background-color: #3E100B; }
a { background-color: rgb(62,16,11); }
div.DivClassName
{
background-color: #3E100B;
}
.BgClassName
{
background-color: #3E100B;
}
</style>
border-color css
<style>
span { border-color: #3E100B; }
span { border-color: rgb(62,16,11); }
td.TdClassName
{
border-color: #3E100B;
}
.TagClassName
{
border-color: #3E100B;
}
</style>