Shades of Seal Brown #3D0D06
Tints of Seal Brown #3D0D06
RGB
CMYK
RGB Variations
Color information
#3D0D06 (or 0x3D0D06) is known color: Seal Brown. HEX triplet: 3D, 0D and 06. RGB value is (61,13,6). Sum of RGB (Red+Green+Blue) = 61+13+6=80 (10% of max value = 765). Red value is 61 (24.22% from 255 or 76.25% from 80); Green value is 13 (5.47% from 255 or 16.25% from 80); Blue value is 6 (2.73% from 255 or 7.5% from 80); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0D06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0D06 is #C2F2F9. Grayscale: #1A1A1A. Windows color (decimal): -12776186 or 396605. OLE color: 396605.
HSL color Cylindrical-coordinate representation of color #3D0D06: hue angle of 7.64º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D0D06 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 13 | 6 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.76 |
| HSL | 7.64º | 0.82% | 0.13% | - |
| HSV(B) | 7.64º | 0.9% | 0.24% | - |
| XYZ | 2.1 | 1.29 | 0.31 | - |
| YUV | 26.55 | 116.4 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 13 | 6 | 0 | 0.79 | 0.90 | 0.76 | 7.64 | 0.82 | 0.13 |
| Hex | 3D | D | 6 | 0 | 4F | 5A | 4C | 8 | 52 | D |
| Octal | 75 | 15 | 6 | 0 | 117 | 132 | 114 | 10 | 122 | 15 |
| Binary | 111101 | 1101 | 110 | 0 | 1001111 | 1011010 | 1001100 | 1000 | 1010010 | 1101 |
Color Harmonies of #3D0D06
Complementary color
Monochromatic Colors of #3D0D06
Black with #3D0D06
Text Example
Text Example
White with #3D0D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0D06; }
p { color: rgb(61,13,6); }
H1.HeaderClassName
{
color: #3D0D06;
}
.AnyTagClassName
{
color: #3D0D06;
}
</style>
background-color css
<style>
a { background-color: #3D0D06; }
a { background-color: rgb(61,13,6); }
div.DivClassName
{
background-color: #3D0D06;
}
.BgClassName
{
background-color: #3D0D06;
}
</style>
border-color css
<style>
span { border-color: #3D0D06; }
span { border-color: rgb(61,13,6); }
td.TdClassName
{
border-color: #3D0D06;
}
.TagClassName
{
border-color: #3D0D06;
}
</style>