Shades of Seal Brown #3E150B
Tints of Seal Brown #3E150B
RGB
CMYK
RGB Variations
Color information
#3E150B (or 0x3E150B) is known color: Seal Brown. HEX triplet: 3E, 15 and 0B. RGB value is (62,21,11). Sum of RGB (Red+Green+Blue) = 62+21+11=94 (12% of max value = 765). Red value is 62 (24.61% from 255 or 65.96% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 11 (4.69% from 255 or 11.70% from 94); Max value from RGB is 62 - color contains mainly: red. Hex color #3E150B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E150B is #C1EAF4. Grayscale: #202020. Windows color (decimal): -12708597 or 726334. OLE color: 726334.
HSL color Cylindrical-coordinate representation of color #3E150B: hue angle of 11.76º 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 #3E150B is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 21 | 11 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.76 |
| HSL | 11.76º | 0.7% | 0.14% | - |
| HSV(B) | 11.76º | 0.82% | 0.24% | - |
| XYZ | 2.32 | 1.58 | 0.5 | - |
| YUV | 32.12 | 116.08 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 21 | 11 | 0 | 0.66 | 0.82 | 0.76 | 11.76 | 0.7 | 0.14 |
| Hex | 3E | 15 | B | 0 | 42 | 52 | 4C | C | 46 | E |
| Octal | 76 | 25 | 13 | 0 | 102 | 122 | 114 | 14 | 106 | 16 |
| Binary | 111110 | 10101 | 1011 | 0 | 1000010 | 1010010 | 1001100 | 1100 | 1000110 | 1110 |
Color Harmonies of #3E150B
Complementary color
Monochromatic Colors of #3E150B
Black with #3E150B
Text Example
Text Example
White with #3E150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E150B; }
p { color: rgb(62,21,11); }
H1.HeaderClassName
{
color: #3E150B;
}
.AnyTagClassName
{
color: #3E150B;
}
</style>
background-color css
<style>
a { background-color: #3E150B; }
a { background-color: rgb(62,21,11); }
div.DivClassName
{
background-color: #3E150B;
}
.BgClassName
{
background-color: #3E150B;
}
</style>
border-color css
<style>
span { border-color: #3E150B; }
span { border-color: rgb(62,21,11); }
td.TdClassName
{
border-color: #3E150B;
}
.TagClassName
{
border-color: #3E150B;
}
</style>