Shades of Seal Brown #490502
Tints of Seal Brown #490502
RGB
CMYK
RGB Variations
Color information
#490502 (or 0x490502) is known color: Seal Brown. HEX triplet: 49, 05 and 02. RGB value is (73,5,2). Sum of RGB (Red+Green+Blue) = 73+5+2=80 (10% of max value = 765). Red value is 73 (28.91% from 255 or 91.25% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 2 (1.17% from 255 or 2.5% from 80); Max value from RGB is 73 - color contains mainly: red. Hex color #490502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490502 is #B6FAFD. Grayscale: #191919. Windows color (decimal): -11991806 or 132425. OLE color: 132425.
HSL color Cylindrical-coordinate representation of color #490502: hue angle of 2.54º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #490502 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 5 | 2 | - |
| CMYK | 0 | 0.93 | 0.97 | 0.71 |
| HSL | 2.54º | 0.95% | 0.15% | - |
| HSV(B) | 2.54º | 0.97% | 0.29% | - |
| XYZ | 2.81 | 1.53 | 0.2 | - |
| YUV | 24.99 | 115.03 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 5 | 2 | 0 | 0.93 | 0.97 | 0.71 | 2.54 | 0.95 | 0.15 |
| Hex | 49 | 5 | 2 | 0 | 5D | 61 | 47 | 3 | 5F | F |
| Octal | 111 | 5 | 2 | 0 | 135 | 141 | 107 | 3 | 137 | 17 |
| Binary | 1001001 | 101 | 10 | 0 | 1011101 | 1100001 | 1000111 | 11 | 1011111 | 1111 |
Color Harmonies of #490502
Complementary color
Monochromatic Colors of #490502
Black with #490502
Text Example
Text Example
White with #490502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490502; }
p { color: rgb(73,5,2); }
H1.HeaderClassName
{
color: #490502;
}
.AnyTagClassName
{
color: #490502;
}
</style>
background-color css
<style>
a { background-color: #490502; }
a { background-color: rgb(73,5,2); }
div.DivClassName
{
background-color: #490502;
}
.BgClassName
{
background-color: #490502;
}
</style>
border-color css
<style>
span { border-color: #490502; }
span { border-color: rgb(73,5,2); }
td.TdClassName
{
border-color: #490502;
}
.TagClassName
{
border-color: #490502;
}
</style>