Shades of Seal Brown #3D150C
Tints of Seal Brown #3D150C
RGB
CMYK
RGB Variations
Color information
#3D150C (or 0x3D150C) is known color: Seal Brown. HEX triplet: 3D, 15 and 0C. RGB value is (61,21,12). Sum of RGB (Red+Green+Blue) = 61+21+12=94 (12% of max value = 765). Red value is 61 (24.22% from 255 or 64.89% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 61 - color contains mainly: red. Hex color #3D150C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D150C is #C2EAF3. Grayscale: #202020. Windows color (decimal): -12774132 or 791869. OLE color: 791869.
HSL color Cylindrical-coordinate representation of color #3D150C: hue angle of 11.02º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3D150C is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 21 | 12 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.76 |
| HSL | 11.02º | 0.67% | 0.14% | - |
| HSV(B) | 11.02º | 0.8% | 0.24% | - |
| XYZ | 2.26 | 1.55 | 0.53 | - |
| YUV | 31.93 | 116.75 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 21 | 12 | 0 | 0.66 | 0.80 | 0.76 | 11.02 | 0.67 | 0.14 |
| Hex | 3D | 15 | C | 0 | 42 | 50 | 4C | B | 43 | E |
| Octal | 75 | 25 | 14 | 0 | 102 | 120 | 114 | 13 | 103 | 16 |
| Binary | 111101 | 10101 | 1100 | 0 | 1000010 | 1010000 | 1001100 | 1011 | 1000011 | 1110 |
Color Harmonies of #3D150C
Complementary color
Monochromatic Colors of #3D150C
Black with #3D150C
Text Example
Text Example
White with #3D150C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D150C; }
p { color: rgb(61,21,12); }
H1.HeaderClassName
{
color: #3D150C;
}
.AnyTagClassName
{
color: #3D150C;
}
</style>
background-color css
<style>
a { background-color: #3D150C; }
a { background-color: rgb(61,21,12); }
div.DivClassName
{
background-color: #3D150C;
}
.BgClassName
{
background-color: #3D150C;
}
</style>
border-color css
<style>
span { border-color: #3D150C; }
span { border-color: rgb(61,21,12); }
td.TdClassName
{
border-color: #3D150C;
}
.TagClassName
{
border-color: #3D150C;
}
</style>