Shades of Seal Brown #3E0F07
Tints of Seal Brown #3E0F07
RGB
CMYK
RGB Variations
Color information
#3E0F07 (or 0x3E0F07) is known color: Seal Brown. HEX triplet: 3E, 0F and 07. RGB value is (62,15,7). Sum of RGB (Red+Green+Blue) = 62+15+7=84 (11% of max value = 765). Red value is 62 (24.61% from 255 or 73.81% from 84); Green value is 15 (6.25% from 255 or 17.86% from 84); Blue value is 7 (3.12% from 255 or 8.33% from 84); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0F07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0F07 is #C1F0F8. Grayscale: #1C1C1C. Windows color (decimal): -12710137 or 462654. OLE color: 462654.
HSL color Cylindrical-coordinate representation of color #3E0F07: hue angle of 8.73º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E0F07 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 15 | 7 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.76 |
| HSL | 8.73º | 0.8% | 0.14% | - |
| HSV(B) | 8.73º | 0.89% | 0.24% | - |
| XYZ | 2.2 | 1.38 | 0.35 | - |
| YUV | 28.14 | 116.07 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 15 | 7 | 0 | 0.76 | 0.89 | 0.76 | 8.73 | 0.8 | 0.14 |
| Hex | 3E | F | 7 | 0 | 4C | 59 | 4C | 9 | 50 | E |
| Octal | 76 | 17 | 7 | 0 | 114 | 131 | 114 | 11 | 120 | 16 |
| Binary | 111110 | 1111 | 111 | 0 | 1001100 | 1011001 | 1001100 | 1001 | 1010000 | 1110 |
Color Harmonies of #3E0F07
Complementary color
Monochromatic Colors of #3E0F07
Black with #3E0F07
Text Example
Text Example
White with #3E0F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0F07; }
p { color: rgb(62,15,7); }
H1.HeaderClassName
{
color: #3E0F07;
}
.AnyTagClassName
{
color: #3E0F07;
}
</style>
background-color css
<style>
a { background-color: #3E0F07; }
a { background-color: rgb(62,15,7); }
div.DivClassName
{
background-color: #3E0F07;
}
.BgClassName
{
background-color: #3E0F07;
}
</style>
border-color css
<style>
span { border-color: #3E0F07; }
span { border-color: rgb(62,15,7); }
td.TdClassName
{
border-color: #3E0F07;
}
.TagClassName
{
border-color: #3E0F07;
}
</style>