#490403

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

Shades of Seal Brown #490403

Tints of Seal Brown #490403

Color information

#490403 (or 0x490403) is unknown color: approx Seal Brown. HEX triplet: 49, 04 and 03. RGB value is (73,4,3). Sum of RGB (Red+Green+Blue) = 73+4+3=80 (10% of max value = 765). Red value is 73 (28.91% from 255 or 91.25% from 80); Green value is 4 (1.95% from 255 or 5% from 80); Blue value is 3 (1.56% from 255 or 3.75% from 80); Max value from RGB is 73 - color contains mainly: red. Hex color #490403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490403 is #B6FBFC. Grayscale: #181818. Windows color (decimal): -11992061 or 197705. OLE color: 197705.

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

Color convert

RGB7343-
CMYK00.950.960.71
HSL0.86º92.11%14.9%-
HSV(B)0.86º95.89%28.63%-
XYZ2.811.510.23-
YUV24.52115.86162.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 91.25%
GREEN value IS 4 (1.95% from 255) = 5%
BLUE value IS 3 (1.56% from 255) = 3.75%
R=91.25%
G=5%
B=3.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal734300.950.960.710.8692.1114.9
Hex494305F604715cf
Octal111430137140107113417
Binary1001001100110101111111000001000111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490403; }

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

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

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

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

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

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

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

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