Shades of Seal Brown #3C130A
Tints of Seal Brown #3C130A
RGB
CMYK
RGB Variations
Color information
#3C130A (or 0x3C130A) is known color: Seal Brown. HEX triplet: 3C, 13 and 0A. RGB value is (60,19,10). Sum of RGB (Red+Green+Blue) = 60+19+10=89 (11% of max value = 765). Red value is 60 (23.83% from 255 or 67.42% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 10 (4.30% from 255 or 11.24% from 89); Max value from RGB is 60 - color contains mainly: red. Hex color #3C130A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C130A is #C3ECF5. Grayscale: #1E1E1E. Windows color (decimal): -12840182 or 660284. OLE color: 660284.
HSL color Cylindrical-coordinate representation of color #3C130A: hue angle of 10.8º degrees, saturation: 0.71, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3C130A is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 19 | 10 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.76 |
| HSL | 10.8º | 0.71% | 0.14% | - |
| HSV(B) | 10.8º | 0.83% | 0.24% | - |
| XYZ | 2.15 | 1.45 | 0.45 | - |
| YUV | 30.23 | 116.58 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 19 | 10 | 0 | 0.68 | 0.83 | 0.76 | 10.8 | 0.71 | 0.14 |
| Hex | 3C | 13 | A | 0 | 44 | 53 | 4C | B | 47 | E |
| Octal | 74 | 23 | 12 | 0 | 104 | 123 | 114 | 13 | 107 | 16 |
| Binary | 111100 | 10011 | 1010 | 0 | 1000100 | 1010011 | 1001100 | 1011 | 1000111 | 1110 |
Color Harmonies of #3C130A
Complementary color
Monochromatic Colors of #3C130A
Black with #3C130A
Text Example
Text Example
White with #3C130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C130A; }
p { color: rgb(60,19,10); }
H1.HeaderClassName
{
color: #3C130A;
}
.AnyTagClassName
{
color: #3C130A;
}
</style>
background-color css
<style>
a { background-color: #3C130A; }
a { background-color: rgb(60,19,10); }
div.DivClassName
{
background-color: #3C130A;
}
.BgClassName
{
background-color: #3C130A;
}
</style>
border-color css
<style>
span { border-color: #3C130A; }
span { border-color: rgb(60,19,10); }
td.TdClassName
{
border-color: #3C130A;
}
.TagClassName
{
border-color: #3C130A;
}
</style>