Shades of Seal Brown #3C1514
Tints of Seal Brown #3C1514
RGB
CMYK
RGB Variations
Color information
#3C1514 (or 0x3C1514) is known color: Seal Brown. HEX triplet: 3C, 15 and 14. RGB value is (60,21,20). Sum of RGB (Red+Green+Blue) = 60+21+20=101 (13% of max value = 765). Red value is 60 (23.83% from 255 or 59.41% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 20 (8.20% from 255 or 19.80% from 101); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1514 is #C3EAEB. Grayscale: #202020. Windows color (decimal): -12839660 or 1316156. OLE color: 1316156.
HSL color Cylindrical-coordinate representation of color #3C1514: hue angle of 1.5º degrees, saturation: 0.5, 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 #3C1514 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 21 | 20 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.76 |
| HSL | 1.5º | 0.5% | 0.16% | - |
| HSV(B) | 1.5º | 0.67% | 0.24% | - |
| XYZ | 2.26 | 1.55 | 0.84 | - |
| YUV | 32.55 | 120.92 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 21 | 20 | 0 | 0.65 | 0.67 | 0.76 | 1.5 | 0.5 | 0.16 |
| Hex | 3C | 15 | 14 | 0 | 41 | 43 | 4C | 2 | 32 | 10 |
| Octal | 74 | 25 | 24 | 0 | 101 | 103 | 114 | 2 | 62 | 20 |
| Binary | 111100 | 10101 | 10100 | 0 | 1000001 | 1000011 | 1001100 | 10 | 110010 | 10000 |
Color Harmonies of #3C1514
Complementary color
Monochromatic Colors of #3C1514
Black with #3C1514
Text Example
Text Example
White with #3C1514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1514; }
p { color: rgb(60,21,20); }
H1.HeaderClassName
{
color: #3C1514;
}
.AnyTagClassName
{
color: #3C1514;
}
</style>
background-color css
<style>
a { background-color: #3C1514; }
a { background-color: rgb(60,21,20); }
div.DivClassName
{
background-color: #3C1514;
}
.BgClassName
{
background-color: #3C1514;
}
</style>
border-color css
<style>
span { border-color: #3C1514; }
span { border-color: rgb(60,21,20); }
td.TdClassName
{
border-color: #3C1514;
}
.TagClassName
{
border-color: #3C1514;
}
</style>