Shades of Seal Brown #3D1514
Tints of Seal Brown #3D1514
RGB
CMYK
RGB Variations
Color information
#3D1514 (or 0x3D1514) is known color: Seal Brown. HEX triplet: 3D, 15 and 14. RGB value is (61,21,20). Sum of RGB (Red+Green+Blue) = 61+21+20=102 (13% of max value = 765). Red value is 61 (24.22% from 255 or 59.80% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 20 (8.20% from 255 or 19.61% from 102); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1514 is #C2EAEB. Grayscale: #202020. Windows color (decimal): -12774124 or 1316157. OLE color: 1316157.
HSL color Cylindrical-coordinate representation of color #3D1514: hue angle of 1.46º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D1514 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 21 | 20 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.76 |
| HSL | 1.46º | 0.51% | 0.16% | - |
| HSV(B) | 1.46º | 0.67% | 0.24% | - |
| XYZ | 2.32 | 1.58 | 0.84 | - |
| YUV | 32.85 | 120.75 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 21 | 20 | 0 | 0.66 | 0.67 | 0.76 | 1.46 | 0.51 | 0.16 |
| Hex | 3D | 15 | 14 | 0 | 42 | 43 | 4C | 1 | 33 | 10 |
| Octal | 75 | 25 | 24 | 0 | 102 | 103 | 114 | 1 | 63 | 20 |
| Binary | 111101 | 10101 | 10100 | 0 | 1000010 | 1000011 | 1001100 | 1 | 110011 | 10000 |
Color Harmonies of #3D1514
Complementary color
Monochromatic Colors of #3D1514
Black with #3D1514
Text Example
Text Example
White with #3D1514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1514; }
p { color: rgb(61,21,20); }
H1.HeaderClassName
{
color: #3D1514;
}
.AnyTagClassName
{
color: #3D1514;
}
</style>
background-color css
<style>
a { background-color: #3D1514; }
a { background-color: rgb(61,21,20); }
div.DivClassName
{
background-color: #3D1514;
}
.BgClassName
{
background-color: #3D1514;
}
</style>
border-color css
<style>
span { border-color: #3D1514; }
span { border-color: rgb(61,21,20); }
td.TdClassName
{
border-color: #3D1514;
}
.TagClassName
{
border-color: #3D1514;
}
</style>