Shades of Seal Brown #4D0A08
Tints of Seal Brown #4D0A08
RGB
CMYK
RGB Variations
Color information
#4D0A08 (or 0x4D0A08) is known color: Seal Brown. HEX triplet: 4D, 0A and 08. RGB value is (77,10,8). Sum of RGB (Red+Green+Blue) = 77+10+8=95 (12% of max value = 765). Red value is 77 (30.47% from 255 or 81.05% from 95); Green value is 10 (4.30% from 255 or 10.53% from 95); Blue value is 8 (3.52% from 255 or 8.42% from 95); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0A08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0A08 is #B2F5F7. Grayscale: #1D1D1D. Windows color (decimal): -11728376 or 526925. OLE color: 526925.
HSL color Cylindrical-coordinate representation of color #4D0A08: hue angle of 1.74º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D0A08 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 10 | 8 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.70 |
| HSL | 1.74º | 0.81% | 0.17% | - |
| HSV(B) | 1.74º | 0.9% | 0.3% | - |
| XYZ | 3.21 | 1.81 | 0.41 | - |
| YUV | 29.81 | 115.7 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 10 | 8 | 0 | 0.87 | 0.90 | 0.70 | 1.74 | 0.81 | 0.17 |
| Hex | 4D | A | 8 | 0 | 57 | 5A | 46 | 2 | 51 | 11 |
| Octal | 115 | 12 | 10 | 0 | 127 | 132 | 106 | 2 | 121 | 21 |
| Binary | 1001101 | 1010 | 1000 | 0 | 1010111 | 1011010 | 1000110 | 10 | 1010001 | 10001 |
Color Harmonies of #4D0A08
Complementary color
Monochromatic Colors of #4D0A08
Black with #4D0A08
Text Example
Text Example
White with #4D0A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0A08; }
p { color: rgb(77,10,8); }
H1.HeaderClassName
{
color: #4D0A08;
}
.AnyTagClassName
{
color: #4D0A08;
}
</style>
background-color css
<style>
a { background-color: #4D0A08; }
a { background-color: rgb(77,10,8); }
div.DivClassName
{
background-color: #4D0A08;
}
.BgClassName
{
background-color: #4D0A08;
}
</style>
border-color css
<style>
span { border-color: #4D0A08; }
span { border-color: rgb(77,10,8); }
td.TdClassName
{
border-color: #4D0A08;
}
.TagClassName
{
border-color: #4D0A08;
}
</style>