Shades of Seal Brown #490F0F
Tints of Seal Brown #490F0F
RGB
CMYK
RGB Variations
Color information
#490F0F (or 0x490F0F) is known color: Seal Brown. HEX triplet: 49, 0F and 0F. RGB value is (73,15,15). Sum of RGB (Red+Green+Blue) = 73+15+15=103 (13% of max value = 765). Red value is 73 (28.91% from 255 or 70.87% from 103); Green value is 15 (6.25% from 255 or 14.56% from 103); Blue value is 15 (6.25% from 255 or 14.56% from 103); Max value from RGB is 73 - color contains mainly: red. Hex color #490F0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490F0F is #B6F0F0. Grayscale: #202020. Windows color (decimal): -11989233 or 986953. OLE color: 986953.
HSL color Cylindrical-coordinate representation of color #490F0F: hue angle of 0º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #490F0F is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 15 | 15 | - |
| CMYK | 0 | 0.79 | 0.79 | 0.71 |
| HSL | 0º | 0.66% | 0.17% | - |
| HSV(B) | 0º | 0.79% | 0.29% | - |
| XYZ | 3 | 1.79 | 0.64 | - |
| YUV | 32.34 | 118.22 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 15 | 0 | 0.79 | 0.79 | 0.71 | 0 | 0.66 | 0.17 |
| Hex | 49 | F | F | 0 | 4F | 4F | 47 | 0 | 42 | 11 |
| Octal | 111 | 17 | 17 | 0 | 117 | 117 | 107 | 0 | 102 | 21 |
| Binary | 1001001 | 1111 | 1111 | 0 | 1001111 | 1001111 | 1000111 | 0 | 1000010 | 10001 |
Color Harmonies of #490F0F
Complementary color
Monochromatic Colors of #490F0F
Black with #490F0F
Text Example
Text Example
White with #490F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490F0F; }
p { color: rgb(73,15,15); }
H1.HeaderClassName
{
color: #490F0F;
}
.AnyTagClassName
{
color: #490F0F;
}
</style>
background-color css
<style>
a { background-color: #490F0F; }
a { background-color: rgb(73,15,15); }
div.DivClassName
{
background-color: #490F0F;
}
.BgClassName
{
background-color: #490F0F;
}
</style>
border-color css
<style>
span { border-color: #490F0F; }
span { border-color: rgb(73,15,15); }
td.TdClassName
{
border-color: #490F0F;
}
.TagClassName
{
border-color: #490F0F;
}
</style>