Shades of Seal Brown #3C130D
Tints of Seal Brown #3C130D
RGB
CMYK
RGB Variations
Color information
#3C130D (or 0x3C130D) is known color: Seal Brown. HEX triplet: 3C, 13 and 0D. RGB value is (60,19,13). Sum of RGB (Red+Green+Blue) = 60+19+13=92 (12% of max value = 765). Red value is 60 (23.83% from 255 or 65.22% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 13 (5.47% from 255 or 14.13% from 92); Max value from RGB is 60 - color contains mainly: red. Hex color #3C130D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C130D is #C3ECF2. Grayscale: #1E1E1E. Windows color (decimal): -12840179 or 856892. OLE color: 856892.
HSL color Cylindrical-coordinate representation of color #3C130D: hue angle of 7.66º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C130D is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 19 | 13 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.76 |
| HSL | 7.66º | 0.64% | 0.14% | - |
| HSV(B) | 7.66º | 0.78% | 0.24% | - |
| XYZ | 2.17 | 1.46 | 0.55 | - |
| YUV | 30.58 | 118.08 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 19 | 13 | 0 | 0.68 | 0.78 | 0.76 | 7.66 | 0.64 | 0.14 |
| Hex | 3C | 13 | D | 0 | 44 | 4E | 4C | 8 | 40 | E |
| Octal | 74 | 23 | 15 | 0 | 104 | 116 | 114 | 10 | 100 | 16 |
| Binary | 111100 | 10011 | 1101 | 0 | 1000100 | 1001110 | 1001100 | 1000 | 1000000 | 1110 |
Color Harmonies of #3C130D
Complementary color
Monochromatic Colors of #3C130D
Black with #3C130D
Text Example
Text Example
White with #3C130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C130D; }
p { color: rgb(60,19,13); }
H1.HeaderClassName
{
color: #3C130D;
}
.AnyTagClassName
{
color: #3C130D;
}
</style>
background-color css
<style>
a { background-color: #3C130D; }
a { background-color: rgb(60,19,13); }
div.DivClassName
{
background-color: #3C130D;
}
.BgClassName
{
background-color: #3C130D;
}
</style>
border-color css
<style>
span { border-color: #3C130D; }
span { border-color: rgb(60,19,13); }
td.TdClassName
{
border-color: #3C130D;
}
.TagClassName
{
border-color: #3C130D;
}
</style>