Shades of Seal Brown #4D0A07
Tints of Seal Brown #4D0A07
RGB
CMYK
RGB Variations
Color information
#4D0A07 (or 0x4D0A07) is known color: Seal Brown. HEX triplet: 4D, 0A and 07. RGB value is (77,10,7). Sum of RGB (Red+Green+Blue) = 77+10+7=94 (12% of max value = 765). Red value is 77 (30.47% from 255 or 81.91% from 94); Green value is 10 (4.30% from 255 or 10.64% from 94); Blue value is 7 (3.12% from 255 or 7.45% from 94); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0A07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0A07 is #B2F5F8. Grayscale: #1D1D1D. Windows color (decimal): -11728377 or 461389. OLE color: 461389.
HSL color Cylindrical-coordinate representation of color #4D0A07: hue angle of 2.57º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D0A07 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 10 | 7 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.70 |
| HSL | 2.57º | 0.83% | 0.16% | - |
| HSV(B) | 2.57º | 0.91% | 0.3% | - |
| XYZ | 3.21 | 1.81 | 0.38 | - |
| YUV | 29.69 | 115.2 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 10 | 7 | 0 | 0.87 | 0.91 | 0.70 | 2.57 | 0.83 | 0.16 |
| Hex | 4D | A | 7 | 0 | 57 | 5B | 46 | 3 | 53 | 10 |
| Octal | 115 | 12 | 7 | 0 | 127 | 133 | 106 | 3 | 123 | 20 |
| Binary | 1001101 | 1010 | 111 | 0 | 1010111 | 1011011 | 1000110 | 11 | 1010011 | 10000 |
Color Harmonies of #4D0A07
Complementary color
Monochromatic Colors of #4D0A07
Black with #4D0A07
Text Example
Text Example
White with #4D0A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0A07; }
p { color: rgb(77,10,7); }
H1.HeaderClassName
{
color: #4D0A07;
}
.AnyTagClassName
{
color: #4D0A07;
}
</style>
background-color css
<style>
a { background-color: #4D0A07; }
a { background-color: rgb(77,10,7); }
div.DivClassName
{
background-color: #4D0A07;
}
.BgClassName
{
background-color: #4D0A07;
}
</style>
border-color css
<style>
span { border-color: #4D0A07; }
span { border-color: rgb(77,10,7); }
td.TdClassName
{
border-color: #4D0A07;
}
.TagClassName
{
border-color: #4D0A07;
}
</style>