Shades of Seal Brown #490E08
Tints of Seal Brown #490E08
RGB
CMYK
RGB Variations
Color information
#490E08 (or 0x490E08) is known color: Seal Brown. HEX triplet: 49, 0E and 08. RGB value is (73,14,8). Sum of RGB (Red+Green+Blue) = 73+14+8=95 (12% of max value = 765). Red value is 73 (28.91% from 255 or 76.84% from 95); Green value is 14 (5.86% from 255 or 14.74% from 95); Blue value is 8 (3.52% from 255 or 8.42% from 95); Max value from RGB is 73 - color contains mainly: red. Hex color #490E08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490E08 is #B6F1F7. Grayscale: #1F1F1F. Windows color (decimal): -11989496 or 527945. OLE color: 527945.
HSL color Cylindrical-coordinate representation of color #490E08: hue angle of 5.54º 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 #490E08 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 14 | 8 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.71 |
| HSL | 5.54º | 0.8% | 0.16% | - |
| HSV(B) | 5.54º | 0.89% | 0.29% | - |
| XYZ | 2.95 | 1.75 | 0.41 | - |
| YUV | 30.96 | 115.05 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 14 | 8 | 0 | 0.81 | 0.89 | 0.71 | 5.54 | 0.8 | 0.16 |
| Hex | 49 | E | 8 | 0 | 51 | 59 | 47 | 6 | 50 | 10 |
| Octal | 111 | 16 | 10 | 0 | 121 | 131 | 107 | 6 | 120 | 20 |
| Binary | 1001001 | 1110 | 1000 | 0 | 1010001 | 1011001 | 1000111 | 110 | 1010000 | 10000 |
Color Harmonies of #490E08
Complementary color
Monochromatic Colors of #490E08
Black with #490E08
Text Example
Text Example
White with #490E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490E08; }
p { color: rgb(73,14,8); }
H1.HeaderClassName
{
color: #490E08;
}
.AnyTagClassName
{
color: #490E08;
}
</style>
background-color css
<style>
a { background-color: #490E08; }
a { background-color: rgb(73,14,8); }
div.DivClassName
{
background-color: #490E08;
}
.BgClassName
{
background-color: #490E08;
}
</style>
border-color css
<style>
span { border-color: #490E08; }
span { border-color: rgb(73,14,8); }
td.TdClassName
{
border-color: #490E08;
}
.TagClassName
{
border-color: #490E08;
}
</style>