Shades of Seal Brown #4D0D0D
Tints of Seal Brown #4D0D0D
RGB
CMYK
RGB Variations
Color information
#4D0D0D (or 0x4D0D0D) is known color: Seal Brown. HEX triplet: 4D, 0D and 0D. RGB value is (77,13,13). Sum of RGB (Red+Green+Blue) = 77+13+13=103 (13% of max value = 765). Red value is 77 (30.47% from 255 or 74.76% from 103); Green value is 13 (5.47% from 255 or 12.62% from 103); Blue value is 13 (5.47% from 255 or 12.62% from 103); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0D0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0D0D is #B2F2F2. Grayscale: #202020. Windows color (decimal): -11727603 or 855373. OLE color: 855373.
HSL color Cylindrical-coordinate representation of color #4D0D0D: hue angle of 0º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D0D0D is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 13 | 13 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.70 |
| HSL | 0º | 0.71% | 0.18% | - |
| HSV(B) | 0º | 0.83% | 0.3% | - |
| XYZ | 3.28 | 1.89 | 0.57 | - |
| YUV | 32.14 | 117.2 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 13 | 13 | 0 | 0.83 | 0.83 | 0.70 | 0 | 0.71 | 0.18 |
| Hex | 4D | D | D | 0 | 53 | 53 | 46 | 0 | 47 | 12 |
| Octal | 115 | 15 | 15 | 0 | 123 | 123 | 106 | 0 | 107 | 22 |
| Binary | 1001101 | 1101 | 1101 | 0 | 1010011 | 1010011 | 1000110 | 0 | 1000111 | 10010 |
Color Harmonies of #4D0D0D
Complementary color
Monochromatic Colors of #4D0D0D
Black with #4D0D0D
Text Example
Text Example
White with #4D0D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0D0D; }
p { color: rgb(77,13,13); }
H1.HeaderClassName
{
color: #4D0D0D;
}
.AnyTagClassName
{
color: #4D0D0D;
}
</style>
background-color css
<style>
a { background-color: #4D0D0D; }
a { background-color: rgb(77,13,13); }
div.DivClassName
{
background-color: #4D0D0D;
}
.BgClassName
{
background-color: #4D0D0D;
}
</style>
border-color css
<style>
span { border-color: #4D0D0D; }
span { border-color: rgb(77,13,13); }
td.TdClassName
{
border-color: #4D0D0D;
}
.TagClassName
{
border-color: #4D0D0D;
}
</style>