Shades of Seal Brown #3C130B
Tints of Seal Brown #3C130B
RGB
CMYK
RGB Variations
Color information
#3C130B (or 0x3C130B) is known color: Seal Brown. HEX triplet: 3C, 13 and 0B. RGB value is (60,19,11). Sum of RGB (Red+Green+Blue) = 60+19+11=90 (11% of max value = 765). Red value is 60 (23.83% from 255 or 66.67% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 11 (4.69% from 255 or 12.22% from 90); Max value from RGB is 60 - color contains mainly: red. Hex color #3C130B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C130B is #C3ECF4. Grayscale: #1E1E1E. Windows color (decimal): -12840181 or 725820. OLE color: 725820.
HSL color Cylindrical-coordinate representation of color #3C130B: hue angle of 9.8º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C130B is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 19 | 11 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.76 |
| HSL | 9.8º | 0.69% | 0.14% | - |
| HSV(B) | 9.8º | 0.82% | 0.24% | - |
| XYZ | 2.16 | 1.45 | 0.48 | - |
| YUV | 30.35 | 117.08 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 19 | 11 | 0 | 0.68 | 0.82 | 0.76 | 9.8 | 0.69 | 0.14 |
| Hex | 3C | 13 | B | 0 | 44 | 52 | 4C | A | 45 | E |
| Octal | 74 | 23 | 13 | 0 | 104 | 122 | 114 | 12 | 105 | 16 |
| Binary | 111100 | 10011 | 1011 | 0 | 1000100 | 1010010 | 1001100 | 1010 | 1000101 | 1110 |
Color Harmonies of #3C130B
Complementary color
Monochromatic Colors of #3C130B
Black with #3C130B
Text Example
Text Example
White with #3C130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C130B; }
p { color: rgb(60,19,11); }
H1.HeaderClassName
{
color: #3C130B;
}
.AnyTagClassName
{
color: #3C130B;
}
</style>
background-color css
<style>
a { background-color: #3C130B; }
a { background-color: rgb(60,19,11); }
div.DivClassName
{
background-color: #3C130B;
}
.BgClassName
{
background-color: #3C130B;
}
</style>
border-color css
<style>
span { border-color: #3C130B; }
span { border-color: rgb(60,19,11); }
td.TdClassName
{
border-color: #3C130B;
}
.TagClassName
{
border-color: #3C130B;
}
</style>