Shades of Seal Brown #3D100E
Tints of Seal Brown #3D100E
RGB
CMYK
RGB Variations
Color information
#3D100E (or 0x3D100E) is known color: Seal Brown. HEX triplet: 3D, 10 and 0E. RGB value is (61,16,14). Sum of RGB (Red+Green+Blue) = 61+16+14=91 (12% of max value = 765). Red value is 61 (24.22% from 255 or 67.03% from 91); Green value is 16 (6.64% from 255 or 17.58% from 91); Blue value is 14 (5.86% from 255 or 15.38% from 91); Max value from RGB is 61 - color contains mainly: red. Hex color #3D100E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D100E is #C2EFF1. Grayscale: #1D1D1D. Windows color (decimal): -12775410 or 921661. OLE color: 921661.
HSL color Cylindrical-coordinate representation of color #3D100E: hue angle of 2.55º degrees, saturation: 0.63, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3D100E is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 16 | 14 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.76 |
| HSL | 2.55º | 0.63% | 0.15% | - |
| HSV(B) | 2.55º | 0.77% | 0.24% | - |
| XYZ | 2.19 | 1.39 | 0.57 | - |
| YUV | 29.23 | 119.41 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 16 | 14 | 0 | 0.74 | 0.77 | 0.76 | 2.55 | 0.63 | 0.15 |
| Hex | 3D | 10 | E | 0 | 4A | 4D | 4C | 3 | 3F | F |
| Octal | 75 | 20 | 16 | 0 | 112 | 115 | 114 | 3 | 77 | 17 |
| Binary | 111101 | 10000 | 1110 | 0 | 1001010 | 1001101 | 1001100 | 11 | 111111 | 1111 |
Color Harmonies of #3D100E
Complementary color
Monochromatic Colors of #3D100E
Black with #3D100E
Text Example
Text Example
White with #3D100E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D100E; }
p { color: rgb(61,16,14); }
H1.HeaderClassName
{
color: #3D100E;
}
.AnyTagClassName
{
color: #3D100E;
}
</style>
background-color css
<style>
a { background-color: #3D100E; }
a { background-color: rgb(61,16,14); }
div.DivClassName
{
background-color: #3D100E;
}
.BgClassName
{
background-color: #3D100E;
}
</style>
border-color css
<style>
span { border-color: #3D100E; }
span { border-color: rgb(61,16,14); }
td.TdClassName
{
border-color: #3D100E;
}
.TagClassName
{
border-color: #3D100E;
}
</style>