Shades of Seal Brown #3C1410
Tints of Seal Brown #3C1410
RGB
CMYK
RGB Variations
Color information
#3C1410 (or 0x3C1410) is known color: Seal Brown. HEX triplet: 3C, 14 and 10. RGB value is (60,20,16). Sum of RGB (Red+Green+Blue) = 60+20+16=96 (12% of max value = 765). Red value is 60 (23.83% from 255 or 62.5% from 96); Green value is 20 (8.20% from 255 or 20.83% from 96); Blue value is 16 (6.64% from 255 or 16.67% from 96); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1410 is #C3EBEF. Grayscale: #1F1F1F. Windows color (decimal): -12839920 or 1053756. OLE color: 1053756.
HSL color Cylindrical-coordinate representation of color #3C1410: hue angle of 5.45º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C1410 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 20 | 16 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.76 |
| HSL | 5.45º | 0.58% | 0.15% | - |
| HSV(B) | 5.45º | 0.73% | 0.24% | - |
| XYZ | 2.21 | 1.5 | 0.66 | - |
| YUV | 31.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 20 | 16 | 0 | 0.67 | 0.73 | 0.76 | 5.45 | 0.58 | 0.15 |
| Hex | 3C | 14 | 10 | 0 | 43 | 49 | 4C | 5 | 3A | F |
| Octal | 74 | 24 | 20 | 0 | 103 | 111 | 114 | 5 | 72 | 17 |
| Binary | 111100 | 10100 | 10000 | 0 | 1000011 | 1001001 | 1001100 | 101 | 111010 | 1111 |
Color Harmonies of #3C1410
Complementary color
Monochromatic Colors of #3C1410
Black with #3C1410
Text Example
Text Example
White with #3C1410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1410; }
p { color: rgb(60,20,16); }
H1.HeaderClassName
{
color: #3C1410;
}
.AnyTagClassName
{
color: #3C1410;
}
</style>
background-color css
<style>
a { background-color: #3C1410; }
a { background-color: rgb(60,20,16); }
div.DivClassName
{
background-color: #3C1410;
}
.BgClassName
{
background-color: #3C1410;
}
</style>
border-color css
<style>
span { border-color: #3C1410; }
span { border-color: rgb(60,20,16); }
td.TdClassName
{
border-color: #3C1410;
}
.TagClassName
{
border-color: #3C1410;
}
</style>