Shades of Seal Brown #3C1914
Tints of Seal Brown #3C1914
RGB
CMYK
RGB Variations
Color information
#3C1914 (or 0x3C1914) is known color: Seal Brown. HEX triplet: 3C, 19 and 14. RGB value is (60,25,20). Sum of RGB (Red+Green+Blue) = 60+25+20=105 (13% of max value = 765). Red value is 60 (23.83% from 255 or 57.14% from 105); Green value is 25 (10.16% from 255 or 23.81% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1914 is #C3E6EB. Grayscale: #222222. Windows color (decimal): -12838636 or 1317180. OLE color: 1317180.
HSL color Cylindrical-coordinate representation of color #3C1914: hue angle of 7.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 #3C1914 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 25 | 20 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.76 |
| HSL | 7.5º | 0.5% | 0.16% | - |
| HSV(B) | 7.5º | 0.67% | 0.24% | - |
| XYZ | 2.34 | 1.71 | 0.87 | - |
| YUV | 34.9 | 119.6 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 25 | 20 | 0 | 0.58 | 0.67 | 0.76 | 7.5 | 0.5 | 0.16 |
| Hex | 3C | 19 | 14 | 0 | 3A | 43 | 4C | 8 | 32 | 10 |
| Octal | 74 | 31 | 24 | 0 | 72 | 103 | 114 | 10 | 62 | 20 |
| Binary | 111100 | 11001 | 10100 | 0 | 111010 | 1000011 | 1001100 | 1000 | 110010 | 10000 |
Color Harmonies of #3C1914
Complementary color
Monochromatic Colors of #3C1914
Black with #3C1914
Text Example
Text Example
White with #3C1914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1914; }
p { color: rgb(60,25,20); }
H1.HeaderClassName
{
color: #3C1914;
}
.AnyTagClassName
{
color: #3C1914;
}
</style>
background-color css
<style>
a { background-color: #3C1914; }
a { background-color: rgb(60,25,20); }
div.DivClassName
{
background-color: #3C1914;
}
.BgClassName
{
background-color: #3C1914;
}
</style>
border-color css
<style>
span { border-color: #3C1914; }
span { border-color: rgb(60,25,20); }
td.TdClassName
{
border-color: #3C1914;
}
.TagClassName
{
border-color: #3C1914;
}
</style>