#490D06

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

Shades of Seal Brown #490D06

Tints of Seal Brown #490D06

Color information

#490D06 (or 0x490D06) is unknown color: approx Seal Brown. HEX triplet: 49, 0D and 06. RGB value is (73,13,6). Sum of RGB (Red+Green+Blue) = 73+13+6=92 (12% of max value = 765). Red value is 73 (28.91% from 255 or 79.35% from 92); Green value is 13 (5.47% from 255 or 14.13% from 92); Blue value is 6 (2.73% from 255 or 6.52% from 92); Max value from RGB is 73 - color contains mainly: red. Hex color #490D06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490D06 is #B6F2F9. Grayscale: #1E1E1E. Windows color (decimal): -11989754 or 396617. OLE color: 396617.

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

Color convert

RGB73136-
CMYK00.820.920.71
HSL6.27º84.81%15.49%-
HSV(B)6.27º91.78%28.63%-
XYZ2.921.720.35-
YUV30.14114.38158.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 79.35%
GREEN value IS 13 (5.47% from 255) = 14.13%
BLUE value IS 6 (2.73% from 255) = 6.52%
R=79.35%
G=14.13%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7313600.820.920.716.2784.8115.49
Hex49D60525C47655f
Octal1111560122134107612517
Binary10010011101110010100101011100100011111010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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