Shades of Seal Brown #3E0E02
Tints of Seal Brown #3E0E02
RGB
CMYK
RGB Variations
Color information
#3E0E02 (or 0x3E0E02) is known color: Seal Brown. HEX triplet: 3E, 0E and 02. RGB value is (62,14,2). Sum of RGB (Red+Green+Blue) = 62+14+2=78 (10% of max value = 765). Red value is 62 (24.61% from 255 or 79.49% from 78); Green value is 14 (5.86% from 255 or 17.95% from 78); Blue value is 2 (1.17% from 255 or 2.56% from 78); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0E02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0E02 is #C1F1FD. Grayscale: #1B1B1B. Windows color (decimal): -12710398 or 134718. OLE color: 134718.
HSL color Cylindrical-coordinate representation of color #3E0E02: hue angle of 12º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E0E02 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 14 | 2 | - |
| CMYK | 0 | 0.77 | 0.97 | 0.76 |
| HSL | 12º | 0.94% | 0.13% | - |
| HSV(B) | 12º | 0.97% | 0.24% | - |
| XYZ | 2.15 | 1.34 | 0.2 | - |
| YUV | 26.98 | 113.9 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 14 | 2 | 0 | 0.77 | 0.97 | 0.76 | 12 | 0.94 | 0.13 |
| Hex | 3E | E | 2 | 0 | 4D | 61 | 4C | C | 5E | D |
| Octal | 76 | 16 | 2 | 0 | 115 | 141 | 114 | 14 | 136 | 15 |
| Binary | 111110 | 1110 | 10 | 0 | 1001101 | 1100001 | 1001100 | 1100 | 1011110 | 1101 |
Color Harmonies of #3E0E02
Complementary color
Monochromatic Colors of #3E0E02
Black with #3E0E02
Text Example
Text Example
White with #3E0E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0E02; }
p { color: rgb(62,14,2); }
H1.HeaderClassName
{
color: #3E0E02;
}
.AnyTagClassName
{
color: #3E0E02;
}
</style>
background-color css
<style>
a { background-color: #3E0E02; }
a { background-color: rgb(62,14,2); }
div.DivClassName
{
background-color: #3E0E02;
}
.BgClassName
{
background-color: #3E0E02;
}
</style>
border-color css
<style>
span { border-color: #3E0E02; }
span { border-color: rgb(62,14,2); }
td.TdClassName
{
border-color: #3E0E02;
}
.TagClassName
{
border-color: #3E0E02;
}
</style>