Shades of Seal Brown #3C1306
Tints of Seal Brown #3C1306
RGB
CMYK
RGB Variations
Color information
#3C1306 (or 0x3C1306) is known color: Seal Brown. HEX triplet: 3C, 13 and 06. RGB value is (60,19,6). Sum of RGB (Red+Green+Blue) = 60+19+6=85 (11% of max value = 765). Red value is 60 (23.83% from 255 or 70.59% from 85); Green value is 19 (7.81% from 255 or 22.35% from 85); Blue value is 6 (2.73% from 255 or 7.06% from 85); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1306 is #C3ECF9. Grayscale: #1D1D1D. Windows color (decimal): -12840186 or 398140. OLE color: 398140.
HSL color Cylindrical-coordinate representation of color #3C1306: hue angle of 14.44º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C1306 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 19 | 6 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.76 |
| HSL | 14.44º | 0.82% | 0.13% | - |
| HSV(B) | 14.44º | 0.9% | 0.24% | - |
| XYZ | 2.13 | 1.44 | 0.34 | - |
| YUV | 29.78 | 114.58 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 19 | 6 | 0 | 0.68 | 0.90 | 0.76 | 14.44 | 0.82 | 0.13 |
| Hex | 3C | 13 | 6 | 0 | 44 | 5A | 4C | E | 52 | D |
| Octal | 74 | 23 | 6 | 0 | 104 | 132 | 114 | 16 | 122 | 15 |
| Binary | 111100 | 10011 | 110 | 0 | 1000100 | 1011010 | 1001100 | 1110 | 1010010 | 1101 |
Color Harmonies of #3C1306
Complementary color
Monochromatic Colors of #3C1306
Black with #3C1306
Text Example
Text Example
White with #3C1306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1306; }
p { color: rgb(60,19,6); }
H1.HeaderClassName
{
color: #3C1306;
}
.AnyTagClassName
{
color: #3C1306;
}
</style>
background-color css
<style>
a { background-color: #3C1306; }
a { background-color: rgb(60,19,6); }
div.DivClassName
{
background-color: #3C1306;
}
.BgClassName
{
background-color: #3C1306;
}
</style>
border-color css
<style>
span { border-color: #3C1306; }
span { border-color: rgb(60,19,6); }
td.TdClassName
{
border-color: #3C1306;
}
.TagClassName
{
border-color: #3C1306;
}
</style>