Shades of Seal Brown #3D1107
Tints of Seal Brown #3D1107
RGB
CMYK
RGB Variations
Color information
#3D1107 (or 0x3D1107) is known color: Seal Brown. HEX triplet: 3D, 11 and 07. RGB value is (61,17,7). Sum of RGB (Red+Green+Blue) = 61+17+7=85 (11% of max value = 765). Red value is 61 (24.22% from 255 or 71.76% from 85); Green value is 17 (7.03% from 255 or 20% from 85); Blue value is 7 (3.12% from 255 or 8.24% from 85); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1107 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1107 is #C2EEF8. Grayscale: #1D1D1D. Windows color (decimal): -12775161 or 463165. OLE color: 463165.
HSL color Cylindrical-coordinate representation of color #3D1107: hue angle of 11.11º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3D1107 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 17 | 7 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.76 |
| HSL | 11.11º | 0.79% | 0.13% | - |
| HSV(B) | 11.11º | 0.89% | 0.24% | - |
| XYZ | 2.16 | 1.41 | 0.36 | - |
| YUV | 29.02 | 115.58 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 17 | 7 | 0 | 0.72 | 0.89 | 0.76 | 11.11 | 0.79 | 0.13 |
| Hex | 3D | 11 | 7 | 0 | 48 | 59 | 4C | B | 4F | D |
| Octal | 75 | 21 | 7 | 0 | 110 | 131 | 114 | 13 | 117 | 15 |
| Binary | 111101 | 10001 | 111 | 0 | 1001000 | 1011001 | 1001100 | 1011 | 1001111 | 1101 |
Color Harmonies of #3D1107
Complementary color
Monochromatic Colors of #3D1107
Black with #3D1107
Text Example
Text Example
White with #3D1107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1107; }
p { color: rgb(61,17,7); }
H1.HeaderClassName
{
color: #3D1107;
}
.AnyTagClassName
{
color: #3D1107;
}
</style>
background-color css
<style>
a { background-color: #3D1107; }
a { background-color: rgb(61,17,7); }
div.DivClassName
{
background-color: #3D1107;
}
.BgClassName
{
background-color: #3D1107;
}
</style>
border-color css
<style>
span { border-color: #3D1107; }
span { border-color: rgb(61,17,7); }
td.TdClassName
{
border-color: #3D1107;
}
.TagClassName
{
border-color: #3D1107;
}
</style>