Shades of Seal Brown #3D120B
Tints of Seal Brown #3D120B
RGB
CMYK
RGB Variations
Color information
#3D120B (or 0x3D120B) is known color: Seal Brown. HEX triplet: 3D, 12 and 0B. RGB value is (61,18,11). Sum of RGB (Red+Green+Blue) = 61+18+11=90 (11% of max value = 765). Red value is 61 (24.22% from 255 or 67.78% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 11 (4.69% from 255 or 12.22% from 90); Max value from RGB is 61 - color contains mainly: red. Hex color #3D120B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D120B is #C2EDF4. Grayscale: #1E1E1E. Windows color (decimal): -12774901 or 725565. OLE color: 725565.
HSL color Cylindrical-coordinate representation of color #3D120B: hue angle of 8.4º 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 #3D120B is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 18 | 11 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.76 |
| HSL | 8.4º | 0.69% | 0.14% | - |
| HSV(B) | 8.4º | 0.82% | 0.24% | - |
| XYZ | 2.2 | 1.45 | 0.48 | - |
| YUV | 30.06 | 117.25 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 18 | 11 | 0 | 0.70 | 0.82 | 0.76 | 8.4 | 0.69 | 0.14 |
| Hex | 3D | 12 | B | 0 | 46 | 52 | 4C | 8 | 45 | E |
| Octal | 75 | 22 | 13 | 0 | 106 | 122 | 114 | 10 | 105 | 16 |
| Binary | 111101 | 10010 | 1011 | 0 | 1000110 | 1010010 | 1001100 | 1000 | 1000101 | 1110 |
Color Harmonies of #3D120B
Complementary color
Monochromatic Colors of #3D120B
Black with #3D120B
Text Example
Text Example
White with #3D120B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D120B; }
p { color: rgb(61,18,11); }
H1.HeaderClassName
{
color: #3D120B;
}
.AnyTagClassName
{
color: #3D120B;
}
</style>
background-color css
<style>
a { background-color: #3D120B; }
a { background-color: rgb(61,18,11); }
div.DivClassName
{
background-color: #3D120B;
}
.BgClassName
{
background-color: #3D120B;
}
</style>
border-color css
<style>
span { border-color: #3D120B; }
span { border-color: rgb(61,18,11); }
td.TdClassName
{
border-color: #3D120B;
}
.TagClassName
{
border-color: #3D120B;
}
</style>