Shades of Seal Brown #3D1010
Tints of Seal Brown #3D1010
RGB
CMYK
RGB Variations
Color information
#3D1010 (or 0x3D1010) is known color: Seal Brown. HEX triplet: 3D, 10 and 10. RGB value is (61,16,16). Sum of RGB (Red+Green+Blue) = 61+16+16=93 (12% of max value = 765). Red value is 61 (24.22% from 255 or 65.59% from 93); Green value is 16 (6.64% from 255 or 17.20% from 93); Blue value is 16 (6.64% from 255 or 17.20% from 93); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1010 is #C2EFEF. Grayscale: #1D1D1D. Windows color (decimal): -12775408 or 1052733. OLE color: 1052733.
HSL color Cylindrical-coordinate representation of color #3D1010: hue angle of 0º 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 #3D1010 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 16 | 16 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.76 |
| HSL | 0º | 0.58% | 0.15% | - |
| HSV(B) | 0º | 0.74% | 0.24% | - |
| XYZ | 2.2 | 1.4 | 0.64 | - |
| YUV | 29.46 | 120.41 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 16 | 16 | 0 | 0.74 | 0.74 | 0.76 | 0 | 0.58 | 0.15 |
| Hex | 3D | 10 | 10 | 0 | 4A | 4A | 4C | 0 | 3A | F |
| Octal | 75 | 20 | 20 | 0 | 112 | 112 | 114 | 0 | 72 | 17 |
| Binary | 111101 | 10000 | 10000 | 0 | 1001010 | 1001010 | 1001100 | 0 | 111010 | 1111 |
Color Harmonies of #3D1010
Complementary color
Monochromatic Colors of #3D1010
Black with #3D1010
Text Example
Text Example
White with #3D1010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1010; }
p { color: rgb(61,16,16); }
H1.HeaderClassName
{
color: #3D1010;
}
.AnyTagClassName
{
color: #3D1010;
}
</style>
background-color css
<style>
a { background-color: #3D1010; }
a { background-color: rgb(61,16,16); }
div.DivClassName
{
background-color: #3D1010;
}
.BgClassName
{
background-color: #3D1010;
}
</style>
border-color css
<style>
span { border-color: #3D1010; }
span { border-color: rgb(61,16,16); }
td.TdClassName
{
border-color: #3D1010;
}
.TagClassName
{
border-color: #3D1010;
}
</style>