Shades of Seal Brown #3E160F
Tints of Seal Brown #3E160F
RGB
CMYK
RGB Variations
Color information
#3E160F (or 0x3E160F) is known color: Seal Brown. HEX triplet: 3E, 16 and 0F. RGB value is (62,22,15). Sum of RGB (Red+Green+Blue) = 62+22+15=99 (13% of max value = 765). Red value is 62 (24.61% from 255 or 62.63% from 99); Green value is 22 (8.98% from 255 or 22.22% from 99); Blue value is 15 (6.25% from 255 or 15.15% from 99); Max value from RGB is 62 - color contains mainly: red. Hex color #3E160F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E160F is #C1E9F0. Grayscale: #212121. Windows color (decimal): -12708337 or 988734. OLE color: 988734.
HSL color Cylindrical-coordinate representation of color #3E160F: hue angle of 8.94º 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 #3E160F is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 22 | 15 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.76 |
| HSL | 8.94º | 0.61% | 0.15% | - |
| HSV(B) | 8.94º | 0.76% | 0.24% | - |
| XYZ | 2.36 | 1.63 | 0.64 | - |
| YUV | 33.16 | 117.75 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 22 | 15 | 0 | 0.65 | 0.76 | 0.76 | 8.94 | 0.61 | 0.15 |
| Hex | 3E | 16 | F | 0 | 41 | 4C | 4C | 9 | 3D | F |
| Octal | 76 | 26 | 17 | 0 | 101 | 114 | 114 | 11 | 75 | 17 |
| Binary | 111110 | 10110 | 1111 | 0 | 1000001 | 1001100 | 1001100 | 1001 | 111101 | 1111 |
Color Harmonies of #3E160F
Complementary color
Monochromatic Colors of #3E160F
Black with #3E160F
Text Example
Text Example
White with #3E160F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E160F; }
p { color: rgb(62,22,15); }
H1.HeaderClassName
{
color: #3E160F;
}
.AnyTagClassName
{
color: #3E160F;
}
</style>
background-color css
<style>
a { background-color: #3E160F; }
a { background-color: rgb(62,22,15); }
div.DivClassName
{
background-color: #3E160F;
}
.BgClassName
{
background-color: #3E160F;
}
</style>
border-color css
<style>
span { border-color: #3E160F; }
span { border-color: rgb(62,22,15); }
td.TdClassName
{
border-color: #3E160F;
}
.TagClassName
{
border-color: #3E160F;
}
</style>