Shades of Seal Brown #4E0F03
Tints of Seal Brown #4E0F03
RGB
CMYK
RGB Variations
Color information
#4E0F03 (or 0x4E0F03) is known color: Seal Brown. HEX triplet: 4E, 0F and 03. RGB value is (78,15,3). Sum of RGB (Red+Green+Blue) = 78+15+3=96 (12% of max value = 765). Red value is 78 (30.86% from 255 or 81.25% from 96); Green value is 15 (6.25% from 255 or 15.62% from 96); Blue value is 3 (1.56% from 255 or 3.12% from 96); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0F03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0F03 is #B1F0FC. Grayscale: #202020. Windows color (decimal): -11661565 or 200526. OLE color: 200526.
HSL color Cylindrical-coordinate representation of color #4E0F03: hue angle of 9.6º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E0F03 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 15 | 3 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.69 |
| HSL | 9.6º | 0.93% | 0.16% | - |
| HSV(B) | 9.6º | 0.96% | 0.31% | - |
| XYZ | 3.33 | 1.97 | 0.29 | - |
| YUV | 32.47 | 111.37 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 15 | 3 | 0 | 0.81 | 0.96 | 0.69 | 9.6 | 0.93 | 0.16 |
| Hex | 4E | F | 3 | 0 | 51 | 60 | 45 | A | 5D | 10 |
| Octal | 116 | 17 | 3 | 0 | 121 | 140 | 105 | 12 | 135 | 20 |
| Binary | 1001110 | 1111 | 11 | 0 | 1010001 | 1100000 | 1000101 | 1010 | 1011101 | 10000 |
Color Harmonies of #4E0F03
Complementary color
Monochromatic Colors of #4E0F03
Black with #4E0F03
Text Example
Text Example
White with #4E0F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0F03; }
p { color: rgb(78,15,3); }
H1.HeaderClassName
{
color: #4E0F03;
}
.AnyTagClassName
{
color: #4E0F03;
}
</style>
background-color css
<style>
a { background-color: #4E0F03; }
a { background-color: rgb(78,15,3); }
div.DivClassName
{
background-color: #4E0F03;
}
.BgClassName
{
background-color: #4E0F03;
}
</style>
border-color css
<style>
span { border-color: #4E0F03; }
span { border-color: rgb(78,15,3); }
td.TdClassName
{
border-color: #4E0F03;
}
.TagClassName
{
border-color: #4E0F03;
}
</style>