Shades of Seal Brown #4D0A02
Tints of Seal Brown #4D0A02
RGB
CMYK
RGB Variations
Color information
#4D0A02 (or 0x4D0A02) is known color: Seal Brown. HEX triplet: 4D, 0A and 02. RGB value is (77,10,2). Sum of RGB (Red+Green+Blue) = 77+10+2=89 (11% of max value = 765). Red value is 77 (30.47% from 255 or 86.52% from 89); Green value is 10 (4.30% from 255 or 11.24% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0A02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0A02 is #B2F5FD. Grayscale: #1D1D1D. Windows color (decimal): -11728382 or 133709. OLE color: 133709.
HSL color Cylindrical-coordinate representation of color #4D0A02: hue angle of 6.4º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D0A02 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 10 | 2 | - |
| CMYK | 0 | 0.87 | 0.97 | 0.70 |
| HSL | 6.4º | 0.95% | 0.15% | - |
| HSV(B) | 6.4º | 0.97% | 0.3% | - |
| XYZ | 3.18 | 1.8 | 0.24 | - |
| YUV | 29.12 | 112.7 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 10 | 2 | 0 | 0.87 | 0.97 | 0.70 | 6.4 | 0.95 | 0.15 |
| Hex | 4D | A | 2 | 0 | 57 | 61 | 46 | 6 | 5F | F |
| Octal | 115 | 12 | 2 | 0 | 127 | 141 | 106 | 6 | 137 | 17 |
| Binary | 1001101 | 1010 | 10 | 0 | 1010111 | 1100001 | 1000110 | 110 | 1011111 | 1111 |
Color Harmonies of #4D0A02
Complementary color
Monochromatic Colors of #4D0A02
Black with #4D0A02
Text Example
Text Example
White with #4D0A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0A02; }
p { color: rgb(77,10,2); }
H1.HeaderClassName
{
color: #4D0A02;
}
.AnyTagClassName
{
color: #4D0A02;
}
</style>
background-color css
<style>
a { background-color: #4D0A02; }
a { background-color: rgb(77,10,2); }
div.DivClassName
{
background-color: #4D0A02;
}
.BgClassName
{
background-color: #4D0A02;
}
</style>
border-color css
<style>
span { border-color: #4D0A02; }
span { border-color: rgb(77,10,2); }
td.TdClassName
{
border-color: #4D0A02;
}
.TagClassName
{
border-color: #4D0A02;
}
</style>