Shades of Seal Brown #3E0D00
Tints of Seal Brown #3E0D00
RGB
CMYK
RGB Variations
Color information
#3E0D00 (or 0x3E0D00) is known color: Seal Brown. HEX triplet: 3E, 0D and 00. RGB value is (62,13,0). Sum of RGB (Red+Green+Blue) = 62+13+0=75 (9% of max value = 765). Red value is 62 (24.61% from 255 or 82.67% from 75); Green value is 13 (5.47% from 255 or 17.33% from 75); Blue value is 0 (0.39% from 255 or 0% from 75); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0D00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0D00 is #C1F2FF. Grayscale: #1A1A1A. Windows color (decimal): -12710656 or 3390. OLE color: 3390.
HSL color Cylindrical-coordinate representation of color #3E0D00: hue angle of 12.58º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E0D00 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 13 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.76 |
| HSL | 12.58º | 1% | 0.12% | - |
| HSV(B) | 12.58º | 1% | 0.24% | - |
| XYZ | 2.13 | 1.31 | 0.14 | - |
| YUV | 26.17 | 113.23 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 13 | 0 | 0 | 0.79 | 1 | 0.76 | 12.58 | 1 | 0.12 |
| Hex | 3E | D | 0 | 0 | 4F | 64 | 4C | D | 64 | C |
| Octal | 76 | 15 | 0 | 0 | 117 | 144 | 114 | 15 | 144 | 14 |
| Binary | 111110 | 1101 | 0 | 0 | 1001111 | 1100100 | 1001100 | 1101 | 1100100 | 1100 |
Color Harmonies of #3E0D00
Complementary color
Monochromatic Colors of #3E0D00
Black with #3E0D00
Text Example
Text Example
White with #3E0D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0D00; }
p { color: rgb(62,13,0); }
H1.HeaderClassName
{
color: #3E0D00;
}
.AnyTagClassName
{
color: #3E0D00;
}
</style>
background-color css
<style>
a { background-color: #3E0D00; }
a { background-color: rgb(62,13,0); }
div.DivClassName
{
background-color: #3E0D00;
}
.BgClassName
{
background-color: #3E0D00;
}
</style>
border-color css
<style>
span { border-color: #3E0D00; }
span { border-color: rgb(62,13,0); }
td.TdClassName
{
border-color: #3E0D00;
}
.TagClassName
{
border-color: #3E0D00;
}
</style>