Shades of Seal Brown #4E0504
Tints of Seal Brown #4E0504
RGB
CMYK
RGB Variations
Color information
#4E0504 (or 0x4E0504) is known color: Seal Brown. HEX triplet: 4E, 05 and 04. RGB value is (78,5,4). Sum of RGB (Red+Green+Blue) = 78+5+4=87 (11% of max value = 765). Red value is 78 (30.86% from 255 or 89.66% from 87); Green value is 5 (2.34% from 255 or 5.75% from 87); Blue value is 4 (1.95% from 255 or 4.60% from 87); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0504 is #B1FAFB. Grayscale: #1A1A1A. Windows color (decimal): -11664124 or 263502. OLE color: 263502.
HSL color Cylindrical-coordinate representation of color #4E0504: hue angle of 0.81º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4E0504 is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 5 | 4 | - |
| CMYK | 0 | 0.94 | 0.95 | 0.69 |
| HSL | 0.81º | 0.9% | 0.16% | - |
| HSV(B) | 0.81º | 0.95% | 0.31% | - |
| XYZ | 3.22 | 1.74 | 0.28 | - |
| YUV | 26.71 | 115.18 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 5 | 4 | 0 | 0.94 | 0.95 | 0.69 | 0.81 | 0.9 | 0.16 |
| Hex | 4E | 5 | 4 | 0 | 5E | 5F | 45 | 1 | 5A | 10 |
| Octal | 116 | 5 | 4 | 0 | 136 | 137 | 105 | 1 | 132 | 20 |
| Binary | 1001110 | 101 | 100 | 0 | 1011110 | 1011111 | 1000101 | 1 | 1011010 | 10000 |
Color Harmonies of #4E0504
Complementary color
Monochromatic Colors of #4E0504
Black with #4E0504
Text Example
Text Example
White with #4E0504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0504; }
p { color: rgb(78,5,4); }
H1.HeaderClassName
{
color: #4E0504;
}
.AnyTagClassName
{
color: #4E0504;
}
</style>
background-color css
<style>
a { background-color: #4E0504; }
a { background-color: rgb(78,5,4); }
div.DivClassName
{
background-color: #4E0504;
}
.BgClassName
{
background-color: #4E0504;
}
</style>
border-color css
<style>
span { border-color: #4E0504; }
span { border-color: rgb(78,5,4); }
td.TdClassName
{
border-color: #4E0504;
}
.TagClassName
{
border-color: #4E0504;
}
</style>