#490400

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

Shades of Seal Brown #490400

Tints of Seal Brown #490400

Color information

#490400 (or 0x490400) is unknown color: approx Seal Brown. HEX triplet: 49, 04 and 00. RGB value is (73,4,0). Sum of RGB (Red+Green+Blue) = 73+4+0=77 (10% of max value = 765). Red value is 73 (28.91% from 255 or 94.81% from 77); Green value is 4 (1.95% from 255 or 5.19% from 77); Blue value is 0 (0.39% from 255 or 0% from 77); Max value from RGB is 73 - color contains mainly: red. Hex color #490400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490400 is #B6FBFF. Grayscale: #181818. Windows color (decimal): -11992064 or 1097. OLE color: 1097.

HSL color Cylindrical-coordinate representation of color #490400: hue angle of 3.29º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #490400 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.71.

Color convert

RGB7340-
CMYK00.9510.71
HSL3.29º100%14.31%-
HSV(B)3.29º100%28.63%-
XYZ2.791.50.14-
YUV24.17114.36162.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 94.81%
GREEN value IS 4 (1.95% from 255) = 5.19%
BLUE value IS 0 (0.39% from 255) = 0%
R=94.81%
G=5.19%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal734000.9510.713.2910014.31
Hex494005F6447364e
Octal111400137144107314416
Binary1001001100001011111110010010001111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490400; }

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

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

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

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

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

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

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

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