Shades of Seal Brown #3D1E1E
Tints of Seal Brown #3D1E1E
RGB
CMYK
RGB Variations
Color information
#3D1E1E (or 0x3D1E1E) is known color: Seal Brown. HEX triplet: 3D, 1E and 1E. RGB value is (61,30,30). Sum of RGB (Red+Green+Blue) = 61+30+30=121 (16% of max value = 765). Red value is 61 (24.22% from 255 or 50.41% from 121); Green value is 30 (12.11% from 255 or 24.79% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1E1E is #C2E1E1. Grayscale: #272727. Windows color (decimal): -12771810 or 1973821. OLE color: 1973821.
HSL color Cylindrical-coordinate representation of color #3D1E1E: hue angle of 0º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D1E1E is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 30 | 30 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.76 |
| HSL | 0º | 0.34% | 0.18% | - |
| HSV(B) | 0º | 0.51% | 0.24% | - |
| XYZ | 2.62 | 2.01 | 1.48 | - |
| YUV | 39.27 | 122.77 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 30 | 30 | 0 | 0.51 | 0.51 | 0.76 | 0 | 0.34 | 0.18 |
| Hex | 3D | 1E | 1E | 0 | 33 | 33 | 4C | 0 | 22 | 12 |
| Octal | 75 | 36 | 36 | 0 | 63 | 63 | 114 | 0 | 42 | 22 |
| Binary | 111101 | 11110 | 11110 | 0 | 110011 | 110011 | 1001100 | 0 | 100010 | 10010 |
Color Harmonies of #3D1E1E
Complementary color
Monochromatic Colors of #3D1E1E
Black with #3D1E1E
Text Example
Text Example
White with #3D1E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1E1E; }
p { color: rgb(61,30,30); }
H1.HeaderClassName
{
color: #3D1E1E;
}
.AnyTagClassName
{
color: #3D1E1E;
}
</style>
background-color css
<style>
a { background-color: #3D1E1E; }
a { background-color: rgb(61,30,30); }
div.DivClassName
{
background-color: #3D1E1E;
}
.BgClassName
{
background-color: #3D1E1E;
}
</style>
border-color css
<style>
span { border-color: #3D1E1E; }
span { border-color: rgb(61,30,30); }
td.TdClassName
{
border-color: #3D1E1E;
}
.TagClassName
{
border-color: #3D1E1E;
}
</style>