#490E06

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

Shades of Seal Brown #490E06

Tints of Seal Brown #490E06

Color information

#490E06 (or 0x490E06) is unknown color: approx Seal Brown. HEX triplet: 49, 0E and 06. RGB value is (73,14,6). Sum of RGB (Red+Green+Blue) = 73+14+6=93 (12% of max value = 765). Red value is 73 (28.91% from 255 or 78.49% from 93); Green value is 14 (5.86% from 255 or 15.05% from 93); Blue value is 6 (2.73% from 255 or 6.45% from 93); Max value from RGB is 73 - color contains mainly: red. Hex color #490E06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490E06 is #B6F1F9. Grayscale: #1E1E1E. Windows color (decimal): -11989498 or 396873. OLE color: 396873.

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

Color convert

RGB73146-
CMYK00.810.920.71
HSL7.16º84.81%15.49%-
HSV(B)7.16º91.78%28.63%-
XYZ2.941.740.35-
YUV30.73114.05158.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 78.49%
GREEN value IS 14 (5.86% from 255) = 15.05%
BLUE value IS 6 (2.73% from 255) = 6.45%
R=78.49%
G=15.05%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7314600.810.920.717.1684.8115.49
Hex49E60515C47755f
Octal1111660121134107712517
Binary10010011110110010100011011100100011111110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490E06; }

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

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

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

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

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

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

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

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