Shades of Seal Brown #3D130B
Tints of Seal Brown #3D130B
RGB
CMYK
RGB Variations
Color information
#3D130B (or 0x3D130B) is known color: Seal Brown. HEX triplet: 3D, 13 and 0B. RGB value is (61,19,11). Sum of RGB (Red+Green+Blue) = 61+19+11=91 (12% of max value = 765). Red value is 61 (24.22% from 255 or 67.03% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 11 (4.69% from 255 or 12.09% from 91); Max value from RGB is 61 - color contains mainly: red. Hex color #3D130B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D130B is #C2ECF4. Grayscale: #1E1E1E. Windows color (decimal): -12774645 or 725821. OLE color: 725821.
HSL color Cylindrical-coordinate representation of color #3D130B: hue angle of 9.6º 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 #3D130B is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 19 | 11 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.76 |
| HSL | 9.6º | 0.69% | 0.14% | - |
| HSV(B) | 9.6º | 0.82% | 0.24% | - |
| XYZ | 2.22 | 1.48 | 0.49 | - |
| YUV | 30.65 | 116.91 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 19 | 11 | 0 | 0.69 | 0.82 | 0.76 | 9.6 | 0.69 | 0.14 |
| Hex | 3D | 13 | B | 0 | 45 | 52 | 4C | A | 45 | E |
| Octal | 75 | 23 | 13 | 0 | 105 | 122 | 114 | 12 | 105 | 16 |
| Binary | 111101 | 10011 | 1011 | 0 | 1000101 | 1010010 | 1001100 | 1010 | 1000101 | 1110 |
Color Harmonies of #3D130B
Complementary color
Monochromatic Colors of #3D130B
Black with #3D130B
Text Example
Text Example
White with #3D130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D130B; }
p { color: rgb(61,19,11); }
H1.HeaderClassName
{
color: #3D130B;
}
.AnyTagClassName
{
color: #3D130B;
}
</style>
background-color css
<style>
a { background-color: #3D130B; }
a { background-color: rgb(61,19,11); }
div.DivClassName
{
background-color: #3D130B;
}
.BgClassName
{
background-color: #3D130B;
}
</style>
border-color css
<style>
span { border-color: #3D130B; }
span { border-color: rgb(61,19,11); }
td.TdClassName
{
border-color: #3D130B;
}
.TagClassName
{
border-color: #3D130B;
}
</style>