#490600

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

Shades of Seal Brown #490600

Tints of Seal Brown #490600

Color information

#490600 (or 0x490600) is unknown color: approx Seal Brown. HEX triplet: 49, 06 and 00. RGB value is (73,6,0). Sum of RGB (Red+Green+Blue) = 73+6+0=79 (10% of max value = 765). Red value is 73 (28.91% from 255 or 92.41% from 79); Green value is 6 (2.73% from 255 or 7.59% from 79); Blue value is 0 (0.39% from 255 or 0% from 79); Max value from RGB is 73 - color contains mainly: red. Hex color #490600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490600 is #B6F9FF. Grayscale: #191919. Windows color (decimal): -11991552 or 1609. OLE color: 1609.

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

Color convert

RGB7360-
CMYK00.9210.71
HSL4.93º100%14.31%-
HSV(B)4.93º100%28.63%-
XYZ2.811.550.15-
YUV25.35113.7161.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 92.41%
GREEN value IS 6 (2.73% from 255) = 7.59%
BLUE value IS 0 (0.39% from 255) = 0%
R=92.41%
G=7.59%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal736000.9210.714.9310014.31
Hex496005C6447564e
Octal111600134144107514416
Binary10010011100010111001100100100011110111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490600; }

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

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

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

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

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

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

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

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