Shades of Seal Brown #3E150F
Tints of Seal Brown #3E150F
RGB
CMYK
RGB Variations
Color information
#3E150F (or 0x3E150F) is known color: Seal Brown. HEX triplet: 3E, 15 and 0F. RGB value is (62,21,15). Sum of RGB (Red+Green+Blue) = 62+21+15=98 (12% of max value = 765). Red value is 62 (24.61% from 255 or 63.27% from 98); Green value is 21 (8.59% from 255 or 21.43% from 98); Blue value is 15 (6.25% from 255 or 15.31% from 98); Max value from RGB is 62 - color contains mainly: red. Hex color #3E150F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E150F is #C1EAF0. Grayscale: #202020. Windows color (decimal): -12708593 or 988478. OLE color: 988478.
HSL color Cylindrical-coordinate representation of color #3E150F: hue angle of 7.66º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E150F is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 21 | 15 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.76 |
| HSL | 7.66º | 0.61% | 0.15% | - |
| HSV(B) | 7.66º | 0.76% | 0.24% | - |
| XYZ | 2.34 | 1.59 | 0.64 | - |
| YUV | 32.58 | 118.08 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 21 | 15 | 0 | 0.66 | 0.76 | 0.76 | 7.66 | 0.61 | 0.15 |
| Hex | 3E | 15 | F | 0 | 42 | 4C | 4C | 8 | 3D | F |
| Octal | 76 | 25 | 17 | 0 | 102 | 114 | 114 | 10 | 75 | 17 |
| Binary | 111110 | 10101 | 1111 | 0 | 1000010 | 1001100 | 1001100 | 1000 | 111101 | 1111 |
Color Harmonies of #3E150F
Complementary color
Monochromatic Colors of #3E150F
Black with #3E150F
Text Example
Text Example
White with #3E150F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E150F; }
p { color: rgb(62,21,15); }
H1.HeaderClassName
{
color: #3E150F;
}
.AnyTagClassName
{
color: #3E150F;
}
</style>
background-color css
<style>
a { background-color: #3E150F; }
a { background-color: rgb(62,21,15); }
div.DivClassName
{
background-color: #3E150F;
}
.BgClassName
{
background-color: #3E150F;
}
</style>
border-color css
<style>
span { border-color: #3E150F; }
span { border-color: rgb(62,21,15); }
td.TdClassName
{
border-color: #3E150F;
}
.TagClassName
{
border-color: #3E150F;
}
</style>