#490402

Color #490402 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #490402

Tints of Seal Brown #490402

Color information

#490402 (or 0x490402) is unknown color: approx Seal Brown. HEX triplet: 49, 04 and 02. RGB value is (73,4,2). Sum of RGB (Red+Green+Blue) = 73+4+2=79 (10% of max value = 765). Red value is 73 (28.91% from 255 or 92.41% from 79); Green value is 4 (1.95% from 255 or 5.06% from 79); Blue value is 2 (1.17% from 255 or 2.53% from 79); Max value from RGB is 73 - color contains mainly: red. Hex color #490402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490402 is #B6FBFD. Grayscale: #181818. Windows color (decimal): -11992062 or 132169. OLE color: 132169.

HSL color Cylindrical-coordinate representation of color #490402: hue angle of 1.69º 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 #490402 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB7342-
CMYK00.950.970.71
HSL1.69º94.67%14.71%-
HSV(B)1.69º97.26%28.63%-
XYZ2.81.510.2-
YUV24.4115.36162.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 92.41%
GREEN value IS 4 (1.95% from 255) = 5.06%
BLUE value IS 2 (1.17% from 255) = 2.53%
R=92.41%
G=5.06%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal734200.950.970.711.6994.6714.71
Hex494205F614725ff
Octal111420137141107213717
Binary10010011001001011111110000110001111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490402; }

 p { color: rgb(73,4,2); }

 H1.HeaderClassName
 {
   color: #490402;
 }
 .AnyTagClassName
 {
   color: #490402;
 }
</style>
background-color css

<style>
 a { background-color: #490402; }

 a { background-color: rgb(73,4,2); }

 div.DivClassName
 {
   background-color: #490402;
 }
 .BgClassName
 {
   background-color: #490402;
 }
</style>
border-color css

<style>
 span { border-color: #490402; }

 span { border-color: rgb(73,4,2); }

 td.TdClassName
 {
   border-color: #490402;
 }
 .TagClassName
 {
   border-color: #490402;
 }
</style>