Shades of Seal Brown #3D0700
Tints of Seal Brown #3D0700
RGB
CMYK
RGB Variations
Color information
#3D0700 (or 0x3D0700) is known color: Seal Brown. HEX triplet: 3D, 07 and 00. RGB value is (61,7,0). Sum of RGB (Red+Green+Blue) = 61+7+0=68 (9% of max value = 765). Red value is 61 (24.22% from 255 or 89.71% from 68); Green value is 7 (3.12% from 255 or 10.29% from 68); Blue value is 0 (0.39% from 255 or 0% from 68); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0700 is #C2F8FF. Grayscale: #161616. Windows color (decimal): -12777728 or 1853. OLE color: 1853.
HSL color Cylindrical-coordinate representation of color #3D0700: hue angle of 6.89º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3D0700 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 7 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.76 |
| HSL | 6.89º | 1% | 0.12% | - |
| HSV(B) | 6.89º | 1% | 0.24% | - |
| XYZ | 2 | 1.14 | 0.12 | - |
| YUV | 22.35 | 115.39 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 7 | 0 | 0 | 0.89 | 1 | 0.76 | 6.89 | 1 | 0.12 |
| Hex | 3D | 7 | 0 | 0 | 59 | 64 | 4C | 7 | 64 | C |
| Octal | 75 | 7 | 0 | 0 | 131 | 144 | 114 | 7 | 144 | 14 |
| Binary | 111101 | 111 | 0 | 0 | 1011001 | 1100100 | 1001100 | 111 | 1100100 | 1100 |
Color Harmonies of #3D0700
Complementary color
Monochromatic Colors of #3D0700
Black with #3D0700
Text Example
Text Example
White with #3D0700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0700; }
p { color: rgb(61,7,0); }
H1.HeaderClassName
{
color: #3D0700;
}
.AnyTagClassName
{
color: #3D0700;
}
</style>
background-color css
<style>
a { background-color: #3D0700; }
a { background-color: rgb(61,7,0); }
div.DivClassName
{
background-color: #3D0700;
}
.BgClassName
{
background-color: #3D0700;
}
</style>
border-color css
<style>
span { border-color: #3D0700; }
span { border-color: rgb(61,7,0); }
td.TdClassName
{
border-color: #3D0700;
}
.TagClassName
{
border-color: #3D0700;
}
</style>