Shades of Seal Brown #3E1208
Tints of Seal Brown #3E1208
RGB
CMYK
RGB Variations
Color information
#3E1208 (or 0x3E1208) is known color: Seal Brown. HEX triplet: 3E, 12 and 08. RGB value is (62,18,8). Sum of RGB (Red+Green+Blue) = 62+18+8=88 (11% of max value = 765). Red value is 62 (24.61% from 255 or 70.45% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 8 (3.52% from 255 or 9.09% from 88); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1208 is #C1EDF7. Grayscale: #1E1E1E. Windows color (decimal): -12709368 or 528958. OLE color: 528958.
HSL color Cylindrical-coordinate representation of color #3E1208: hue angle of 11.11º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E1208 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 18 | 8 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.76 |
| HSL | 11.11º | 0.77% | 0.14% | - |
| HSV(B) | 11.11º | 0.87% | 0.24% | - |
| XYZ | 2.25 | 1.47 | 0.4 | - |
| YUV | 30.02 | 115.58 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 18 | 8 | 0 | 0.71 | 0.87 | 0.76 | 11.11 | 0.77 | 0.14 |
| Hex | 3E | 12 | 8 | 0 | 47 | 57 | 4C | B | 4D | E |
| Octal | 76 | 22 | 10 | 0 | 107 | 127 | 114 | 13 | 115 | 16 |
| Binary | 111110 | 10010 | 1000 | 0 | 1000111 | 1010111 | 1001100 | 1011 | 1001101 | 1110 |
Color Harmonies of #3E1208
Complementary color
Monochromatic Colors of #3E1208
Black with #3E1208
Text Example
Text Example
White with #3E1208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1208; }
p { color: rgb(62,18,8); }
H1.HeaderClassName
{
color: #3E1208;
}
.AnyTagClassName
{
color: #3E1208;
}
</style>
background-color css
<style>
a { background-color: #3E1208; }
a { background-color: rgb(62,18,8); }
div.DivClassName
{
background-color: #3E1208;
}
.BgClassName
{
background-color: #3E1208;
}
</style>
border-color css
<style>
span { border-color: #3E1208; }
span { border-color: rgb(62,18,8); }
td.TdClassName
{
border-color: #3E1208;
}
.TagClassName
{
border-color: #3E1208;
}
</style>