#490806

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

Shades of Seal Brown #490806

Tints of Seal Brown #490806

Color information

#490806 (or 0x490806) is unknown color: approx Seal Brown. HEX triplet: 49, 08 and 06. RGB value is (73,8,6). Sum of RGB (Red+Green+Blue) = 73+8+6=87 (11% of max value = 765). Red value is 73 (28.91% from 255 or 83.91% from 87); Green value is 8 (3.52% from 255 or 9.20% from 87); Blue value is 6 (2.73% from 255 or 6.90% from 87); Max value from RGB is 73 - color contains mainly: red. Hex color #490806 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490806 is #B6F7F9. Grayscale: #1B1B1B. Windows color (decimal): -11991034 or 395337. OLE color: 395337.

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

Color convert

RGB7386-
CMYK00.890.920.71
HSL1.79º84.81%15.49%-
HSV(B)1.79º91.78%28.63%-
XYZ2.871.60.33-
YUV27.21116.03160.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 83.91%
GREEN value IS 8 (3.52% from 255) = 9.20%
BLUE value IS 6 (2.73% from 255) = 6.90%
R=83.91%
G=9.20%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal738600.890.920.711.7984.8115.49
Hex49860595C47255f
Octal1111060131134107212517
Binary1001001100011001011001101110010001111010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490806; }

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

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

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

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

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

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

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

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