Shades of Seal Brown #3C1309
Tints of Seal Brown #3C1309
RGB
CMYK
RGB Variations
Color information
#3C1309 (or 0x3C1309) is known color: Seal Brown. HEX triplet: 3C, 13 and 09. RGB value is (60,19,9). Sum of RGB (Red+Green+Blue) = 60+19+9=88 (11% of max value = 765). Red value is 60 (23.83% from 255 or 68.18% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 9 (3.91% from 255 or 10.23% from 88); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1309 is #C3ECF6. Grayscale: #1E1E1E. Windows color (decimal): -12840183 or 594748. OLE color: 594748.
HSL color Cylindrical-coordinate representation of color #3C1309: hue angle of 11.76º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C1309 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 19 | 9 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.76 |
| HSL | 11.76º | 0.74% | 0.14% | - |
| HSV(B) | 11.76º | 0.85% | 0.24% | - |
| XYZ | 2.15 | 1.45 | 0.42 | - |
| YUV | 30.12 | 116.08 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 19 | 9 | 0 | 0.68 | 0.85 | 0.76 | 11.76 | 0.74 | 0.14 |
| Hex | 3C | 13 | 9 | 0 | 44 | 55 | 4C | C | 4A | E |
| Octal | 74 | 23 | 11 | 0 | 104 | 125 | 114 | 14 | 112 | 16 |
| Binary | 111100 | 10011 | 1001 | 0 | 1000100 | 1010101 | 1001100 | 1100 | 1001010 | 1110 |
Color Harmonies of #3C1309
Complementary color
Monochromatic Colors of #3C1309
Black with #3C1309
Text Example
Text Example
White with #3C1309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1309; }
p { color: rgb(60,19,9); }
H1.HeaderClassName
{
color: #3C1309;
}
.AnyTagClassName
{
color: #3C1309;
}
</style>
background-color css
<style>
a { background-color: #3C1309; }
a { background-color: rgb(60,19,9); }
div.DivClassName
{
background-color: #3C1309;
}
.BgClassName
{
background-color: #3C1309;
}
</style>
border-color css
<style>
span { border-color: #3C1309; }
span { border-color: rgb(60,19,9); }
td.TdClassName
{
border-color: #3C1309;
}
.TagClassName
{
border-color: #3C1309;
}
</style>