Shades of Seal Brown #3D120A
Tints of Seal Brown #3D120A
RGB
CMYK
RGB Variations
Color information
#3D120A (or 0x3D120A) is known color: Seal Brown. HEX triplet: 3D, 12 and 0A. RGB value is (61,18,10). Sum of RGB (Red+Green+Blue) = 61+18+10=89 (11% of max value = 765). Red value is 61 (24.22% from 255 or 68.54% from 89); Green value is 18 (7.42% from 255 or 20.22% from 89); Blue value is 10 (4.30% from 255 or 11.24% from 89); Max value from RGB is 61 - color contains mainly: red. Hex color #3D120A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D120A is #C2EDF5. Grayscale: #1E1E1E. Windows color (decimal): -12774902 or 660029. OLE color: 660029.
HSL color Cylindrical-coordinate representation of color #3D120A: hue angle of 9.41º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D120A is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 18 | 10 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.76 |
| HSL | 9.41º | 0.72% | 0.14% | - |
| HSV(B) | 9.41º | 0.84% | 0.24% | - |
| XYZ | 2.2 | 1.45 | 0.45 | - |
| YUV | 29.95 | 116.75 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 18 | 10 | 0 | 0.70 | 0.84 | 0.76 | 9.41 | 0.72 | 0.14 |
| Hex | 3D | 12 | A | 0 | 46 | 54 | 4C | 9 | 48 | E |
| Octal | 75 | 22 | 12 | 0 | 106 | 124 | 114 | 11 | 110 | 16 |
| Binary | 111101 | 10010 | 1010 | 0 | 1000110 | 1010100 | 1001100 | 1001 | 1001000 | 1110 |
Color Harmonies of #3D120A
Complementary color
Monochromatic Colors of #3D120A
Black with #3D120A
Text Example
Text Example
White with #3D120A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D120A; }
p { color: rgb(61,18,10); }
H1.HeaderClassName
{
color: #3D120A;
}
.AnyTagClassName
{
color: #3D120A;
}
</style>
background-color css
<style>
a { background-color: #3D120A; }
a { background-color: rgb(61,18,10); }
div.DivClassName
{
background-color: #3D120A;
}
.BgClassName
{
background-color: #3D120A;
}
</style>
border-color css
<style>
span { border-color: #3D120A; }
span { border-color: rgb(61,18,10); }
td.TdClassName
{
border-color: #3D120A;
}
.TagClassName
{
border-color: #3D120A;
}
</style>