Shades of Seal Brown #3C140C
Tints of Seal Brown #3C140C
RGB
CMYK
RGB Variations
Color information
#3C140C (or 0x3C140C) is known color: Seal Brown. HEX triplet: 3C, 14 and 0C. RGB value is (60,20,12). Sum of RGB (Red+Green+Blue) = 60+20+12=92 (12% of max value = 765). Red value is 60 (23.83% from 255 or 65.22% from 92); Green value is 20 (8.20% from 255 or 21.74% from 92); Blue value is 12 (5.08% from 255 or 13.04% from 92); Max value from RGB is 60 - color contains mainly: red. Hex color #3C140C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C140C is #C3EBF3. Grayscale: #1F1F1F. Windows color (decimal): -12839924 or 791612. OLE color: 791612.
HSL color Cylindrical-coordinate representation of color #3C140C: hue angle of 10º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C140C is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 20 | 12 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.76 |
| HSL | 10º | 0.67% | 0.14% | - |
| HSV(B) | 10º | 0.8% | 0.24% | - |
| XYZ | 2.18 | 1.49 | 0.52 | - |
| YUV | 31.05 | 117.25 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 20 | 12 | 0 | 0.67 | 0.80 | 0.76 | 10 | 0.67 | 0.14 |
| Hex | 3C | 14 | C | 0 | 43 | 50 | 4C | A | 43 | E |
| Octal | 74 | 24 | 14 | 0 | 103 | 120 | 114 | 12 | 103 | 16 |
| Binary | 111100 | 10100 | 1100 | 0 | 1000011 | 1010000 | 1001100 | 1010 | 1000011 | 1110 |
Color Harmonies of #3C140C
Complementary color
Monochromatic Colors of #3C140C
Black with #3C140C
Text Example
Text Example
White with #3C140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C140C; }
p { color: rgb(60,20,12); }
H1.HeaderClassName
{
color: #3C140C;
}
.AnyTagClassName
{
color: #3C140C;
}
</style>
background-color css
<style>
a { background-color: #3C140C; }
a { background-color: rgb(60,20,12); }
div.DivClassName
{
background-color: #3C140C;
}
.BgClassName
{
background-color: #3C140C;
}
</style>
border-color css
<style>
span { border-color: #3C140C; }
span { border-color: rgb(60,20,12); }
td.TdClassName
{
border-color: #3C140C;
}
.TagClassName
{
border-color: #3C140C;
}
</style>