Shades of Seal Brown #3E130C
Tints of Seal Brown #3E130C
RGB
CMYK
RGB Variations
Color information
#3E130C (or 0x3E130C) is known color: Seal Brown. HEX triplet: 3E, 13 and 0C. RGB value is (62,19,12). Sum of RGB (Red+Green+Blue) = 62+19+12=93 (12% of max value = 765). Red value is 62 (24.61% from 255 or 66.67% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 62 - color contains mainly: red. Hex color #3E130C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E130C is #C1ECF3. Grayscale: #1F1F1F. Windows color (decimal): -12709108 or 791358. OLE color: 791358.
HSL color Cylindrical-coordinate representation of color #3E130C: hue angle of 8.4º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E130C is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 19 | 12 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.76 |
| HSL | 8.4º | 0.68% | 0.15% | - |
| HSV(B) | 8.4º | 0.81% | 0.24% | - |
| XYZ | 2.29 | 1.52 | 0.52 | - |
| YUV | 31.06 | 117.25 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 19 | 12 | 0 | 0.69 | 0.81 | 0.76 | 8.4 | 0.68 | 0.15 |
| Hex | 3E | 13 | C | 0 | 45 | 51 | 4C | 8 | 44 | F |
| Octal | 76 | 23 | 14 | 0 | 105 | 121 | 114 | 10 | 104 | 17 |
| Binary | 111110 | 10011 | 1100 | 0 | 1000101 | 1010001 | 1001100 | 1000 | 1000100 | 1111 |
Color Harmonies of #3E130C
Complementary color
Monochromatic Colors of #3E130C
Black with #3E130C
Text Example
Text Example
White with #3E130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E130C; }
p { color: rgb(62,19,12); }
H1.HeaderClassName
{
color: #3E130C;
}
.AnyTagClassName
{
color: #3E130C;
}
</style>
background-color css
<style>
a { background-color: #3E130C; }
a { background-color: rgb(62,19,12); }
div.DivClassName
{
background-color: #3E130C;
}
.BgClassName
{
background-color: #3E130C;
}
</style>
border-color css
<style>
span { border-color: #3E130C; }
span { border-color: rgb(62,19,12); }
td.TdClassName
{
border-color: #3E130C;
}
.TagClassName
{
border-color: #3E130C;
}
</style>