Shades of Seal Brown #3D1210
Tints of Seal Brown #3D1210
RGB
CMYK
RGB Variations
Color information
#3D1210 (or 0x3D1210) is known color: Seal Brown. HEX triplet: 3D, 12 and 10. RGB value is (61,18,16). Sum of RGB (Red+Green+Blue) = 61+18+16=95 (12% of max value = 765). Red value is 61 (24.22% from 255 or 64.21% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 16 (6.64% from 255 or 16.84% from 95); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1210 is #C2EDEF. Grayscale: #1E1E1E. Windows color (decimal): -12774896 or 1053245. OLE color: 1053245.
HSL color Cylindrical-coordinate representation of color #3D1210: hue angle of 2.67º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D1210 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 18 | 16 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.76 |
| HSL | 2.67º | 0.58% | 0.15% | - |
| HSV(B) | 2.67º | 0.74% | 0.24% | - |
| XYZ | 2.23 | 1.46 | 0.65 | - |
| YUV | 30.63 | 119.75 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 18 | 16 | 0 | 0.70 | 0.74 | 0.76 | 2.67 | 0.58 | 0.15 |
| Hex | 3D | 12 | 10 | 0 | 46 | 4A | 4C | 3 | 3A | F |
| Octal | 75 | 22 | 20 | 0 | 106 | 112 | 114 | 3 | 72 | 17 |
| Binary | 111101 | 10010 | 10000 | 0 | 1000110 | 1001010 | 1001100 | 11 | 111010 | 1111 |
Color Harmonies of #3D1210
Complementary color
Monochromatic Colors of #3D1210
Black with #3D1210
Text Example
Text Example
White with #3D1210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1210; }
p { color: rgb(61,18,16); }
H1.HeaderClassName
{
color: #3D1210;
}
.AnyTagClassName
{
color: #3D1210;
}
</style>
background-color css
<style>
a { background-color: #3D1210; }
a { background-color: rgb(61,18,16); }
div.DivClassName
{
background-color: #3D1210;
}
.BgClassName
{
background-color: #3D1210;
}
</style>
border-color css
<style>
span { border-color: #3D1210; }
span { border-color: rgb(61,18,16); }
td.TdClassName
{
border-color: #3D1210;
}
.TagClassName
{
border-color: #3D1210;
}
</style>