Shades of Seal Brown #3D110B
Tints of Seal Brown #3D110B
RGB
CMYK
RGB Variations
Color information
#3D110B (or 0x3D110B) is known color: Seal Brown. HEX triplet: 3D, 11 and 0B. RGB value is (61,17,11). Sum of RGB (Red+Green+Blue) = 61+17+11=89 (11% of max value = 765). Red value is 61 (24.22% from 255 or 68.54% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 11 (4.69% from 255 or 12.36% from 89); Max value from RGB is 61 - color contains mainly: red. Hex color #3D110B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D110B is #C2EEF4. Grayscale: #1D1D1D. Windows color (decimal): -12775157 or 725309. OLE color: 725309.
HSL color Cylindrical-coordinate representation of color #3D110B: hue angle of 7.2º 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 #3D110B is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 17 | 11 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.76 |
| HSL | 7.2º | 0.69% | 0.14% | - |
| HSV(B) | 7.2º | 0.82% | 0.24% | - |
| XYZ | 2.19 | 1.42 | 0.47 | - |
| YUV | 29.47 | 117.58 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 17 | 11 | 0 | 0.72 | 0.82 | 0.76 | 7.2 | 0.69 | 0.14 |
| Hex | 3D | 11 | B | 0 | 48 | 52 | 4C | 7 | 45 | E |
| Octal | 75 | 21 | 13 | 0 | 110 | 122 | 114 | 7 | 105 | 16 |
| Binary | 111101 | 10001 | 1011 | 0 | 1001000 | 1010010 | 1001100 | 111 | 1000101 | 1110 |
Color Harmonies of #3D110B
Complementary color
Monochromatic Colors of #3D110B
Black with #3D110B
Text Example
Text Example
White with #3D110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D110B; }
p { color: rgb(61,17,11); }
H1.HeaderClassName
{
color: #3D110B;
}
.AnyTagClassName
{
color: #3D110B;
}
</style>
background-color css
<style>
a { background-color: #3D110B; }
a { background-color: rgb(61,17,11); }
div.DivClassName
{
background-color: #3D110B;
}
.BgClassName
{
background-color: #3D110B;
}
</style>
border-color css
<style>
span { border-color: #3D110B; }
span { border-color: rgb(61,17,11); }
td.TdClassName
{
border-color: #3D110B;
}
.TagClassName
{
border-color: #3D110B;
}
</style>