Shades of Seal Brown #3D0800
Tints of Seal Brown #3D0800
RGB
CMYK
RGB Variations
Color information
#3D0800 (or 0x3D0800) is known color: Seal Brown. HEX triplet: 3D, 08 and 00. RGB value is (61,8,0). Sum of RGB (Red+Green+Blue) = 61+8+0=69 (9% of max value = 765). Red value is 61 (24.22% from 255 or 88.41% from 69); Green value is 8 (3.52% from 255 or 11.59% from 69); Blue value is 0 (0.39% from 255 or 0% from 69); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0800 is #C2F7FF. Grayscale: #171717. Windows color (decimal): -12777472 or 2109. OLE color: 2109.
HSL color Cylindrical-coordinate representation of color #3D0800: hue angle of 7.87º 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 #3D0800 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 8 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.76 |
| HSL | 7.87º | 1% | 0.12% | - |
| HSV(B) | 7.87º | 1% | 0.24% | - |
| XYZ | 2.01 | 1.17 | 0.12 | - |
| YUV | 22.94 | 115.06 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 8 | 0 | 0 | 0.87 | 1 | 0.76 | 7.87 | 1 | 0.12 |
| Hex | 3D | 8 | 0 | 0 | 57 | 64 | 4C | 8 | 64 | C |
| Octal | 75 | 10 | 0 | 0 | 127 | 144 | 114 | 10 | 144 | 14 |
| Binary | 111101 | 1000 | 0 | 0 | 1010111 | 1100100 | 1001100 | 1000 | 1100100 | 1100 |
Color Harmonies of #3D0800
Complementary color
Monochromatic Colors of #3D0800
Black with #3D0800
Text Example
Text Example
White with #3D0800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0800; }
p { color: rgb(61,8,0); }
H1.HeaderClassName
{
color: #3D0800;
}
.AnyTagClassName
{
color: #3D0800;
}
</style>
background-color css
<style>
a { background-color: #3D0800; }
a { background-color: rgb(61,8,0); }
div.DivClassName
{
background-color: #3D0800;
}
.BgClassName
{
background-color: #3D0800;
}
</style>
border-color css
<style>
span { border-color: #3D0800; }
span { border-color: rgb(61,8,0); }
td.TdClassName
{
border-color: #3D0800;
}
.TagClassName
{
border-color: #3D0800;
}
</style>