Shades of Seal Brown #3E140B
Tints of Seal Brown #3E140B
RGB
CMYK
RGB Variations
Color information
#3E140B (or 0x3E140B) is known color: Seal Brown. HEX triplet: 3E, 14 and 0B. RGB value is (62,20,11). Sum of RGB (Red+Green+Blue) = 62+20+11=93 (12% of max value = 765). Red value is 62 (24.61% from 255 or 66.67% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 11 (4.69% from 255 or 11.83% from 93); Max value from RGB is 62 - color contains mainly: red. Hex color #3E140B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E140B is #C1EBF4. Grayscale: #1F1F1F. Windows color (decimal): -12708853 or 726078. OLE color: 726078.
HSL color Cylindrical-coordinate representation of color #3E140B: hue angle of 10.59º 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 #3E140B is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 20 | 11 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.76 |
| HSL | 10.59º | 0.7% | 0.14% | - |
| HSV(B) | 10.59º | 0.82% | 0.24% | - |
| XYZ | 2.3 | 1.55 | 0.49 | - |
| YUV | 31.53 | 116.41 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 20 | 11 | 0 | 0.68 | 0.82 | 0.76 | 10.59 | 0.7 | 0.14 |
| Hex | 3E | 14 | B | 0 | 44 | 52 | 4C | B | 46 | E |
| Octal | 76 | 24 | 13 | 0 | 104 | 122 | 114 | 13 | 106 | 16 |
| Binary | 111110 | 10100 | 1011 | 0 | 1000100 | 1010010 | 1001100 | 1011 | 1000110 | 1110 |
Color Harmonies of #3E140B
Complementary color
Monochromatic Colors of #3E140B
Black with #3E140B
Text Example
Text Example
White with #3E140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E140B; }
p { color: rgb(62,20,11); }
H1.HeaderClassName
{
color: #3E140B;
}
.AnyTagClassName
{
color: #3E140B;
}
</style>
background-color css
<style>
a { background-color: #3E140B; }
a { background-color: rgb(62,20,11); }
div.DivClassName
{
background-color: #3E140B;
}
.BgClassName
{
background-color: #3E140B;
}
</style>
border-color css
<style>
span { border-color: #3E140B; }
span { border-color: rgb(62,20,11); }
td.TdClassName
{
border-color: #3E140B;
}
.TagClassName
{
border-color: #3E140B;
}
</style>