Shades of Seal Brown #3C1211
Tints of Seal Brown #3C1211
RGB
CMYK
RGB Variations
Color information
#3C1211 (or 0x3C1211) is known color: Seal Brown. HEX triplet: 3C, 12 and 11. RGB value is (60,18,17). Sum of RGB (Red+Green+Blue) = 60+18+17=95 (12% of max value = 765). Red value is 60 (23.83% from 255 or 63.16% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 17 (7.03% from 255 or 17.89% from 95); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1211 is #C3EDEE. Grayscale: #1E1E1E. Windows color (decimal): -12840431 or 1118780. OLE color: 1118780.
HSL color Cylindrical-coordinate representation of color #3C1211: hue angle of 1.4º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C1211 is Cyan = 0, Magento = 0.7, Yellow = 0.72 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 18 | 17 | - |
| CMYK | 0 | 0.7 | 0.72 | 0.76 |
| HSL | 1.4º | 0.56% | 0.15% | - |
| HSV(B) | 1.4º | 0.72% | 0.24% | - |
| XYZ | 2.18 | 1.43 | 0.69 | - |
| YUV | 30.44 | 120.41 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 18 | 17 | 0 | 0.7 | 0.72 | 0.76 | 1.4 | 0.56 | 0.15 |
| Hex | 3C | 12 | 11 | 0 | 46 | 48 | 4C | 1 | 38 | F |
| Octal | 74 | 22 | 21 | 0 | 106 | 110 | 114 | 1 | 70 | 17 |
| Binary | 111100 | 10010 | 10001 | 0 | 1000110 | 1001000 | 1001100 | 1 | 111000 | 1111 |
Color Harmonies of #3C1211
Complementary color
Monochromatic Colors of #3C1211
Black with #3C1211
Text Example
Text Example
White with #3C1211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1211; }
p { color: rgb(60,18,17); }
H1.HeaderClassName
{
color: #3C1211;
}
.AnyTagClassName
{
color: #3C1211;
}
</style>
background-color css
<style>
a { background-color: #3C1211; }
a { background-color: rgb(60,18,17); }
div.DivClassName
{
background-color: #3C1211;
}
.BgClassName
{
background-color: #3C1211;
}
</style>
border-color css
<style>
span { border-color: #3C1211; }
span { border-color: rgb(60,18,17); }
td.TdClassName
{
border-color: #3C1211;
}
.TagClassName
{
border-color: #3C1211;
}
</style>