Shades of Seal Brown #4A0E08
Tints of Seal Brown #4A0E08
RGB
CMYK
RGB Variations
Color information
#4A0E08 (or 0x4A0E08) is known color: Seal Brown. HEX triplet: 4A, 0E and 08. RGB value is (74,14,8). Sum of RGB (Red+Green+Blue) = 74+14+8=96 (12% of max value = 765). Red value is 74 (29.30% from 255 or 77.08% from 96); Green value is 14 (5.86% from 255 or 14.58% from 96); Blue value is 8 (3.52% from 255 or 8.33% from 96); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0E08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A0E08 is #B5F1F7. Grayscale: #1F1F1F. Windows color (decimal): -11923960 or 527946. OLE color: 527946.
HSL color Cylindrical-coordinate representation of color #4A0E08: hue angle of 5.45º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A0E08 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 14 | 8 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.71 |
| HSL | 5.45º | 0.8% | 0.16% | - |
| HSV(B) | 5.45º | 0.89% | 0.29% | - |
| XYZ | 3.02 | 1.79 | 0.42 | - |
| YUV | 31.26 | 114.88 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 14 | 8 | 0 | 0.81 | 0.89 | 0.71 | 5.45 | 0.8 | 0.16 |
| Hex | 4A | E | 8 | 0 | 51 | 59 | 47 | 5 | 50 | 10 |
| Octal | 112 | 16 | 10 | 0 | 121 | 131 | 107 | 5 | 120 | 20 |
| Binary | 1001010 | 1110 | 1000 | 0 | 1010001 | 1011001 | 1000111 | 101 | 1010000 | 10000 |
Color Harmonies of #4A0E08
Complementary color
Monochromatic Colors of #4A0E08
Black with #4A0E08
Text Example
Text Example
White with #4A0E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0E08; }
p { color: rgb(74,14,8); }
H1.HeaderClassName
{
color: #4A0E08;
}
.AnyTagClassName
{
color: #4A0E08;
}
</style>
background-color css
<style>
a { background-color: #4A0E08; }
a { background-color: rgb(74,14,8); }
div.DivClassName
{
background-color: #4A0E08;
}
.BgClassName
{
background-color: #4A0E08;
}
</style>
border-color css
<style>
span { border-color: #4A0E08; }
span { border-color: rgb(74,14,8); }
td.TdClassName
{
border-color: #4A0E08;
}
.TagClassName
{
border-color: #4A0E08;
}
</style>