#490905

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

Shades of Seal Brown #490905

Tints of Seal Brown #490905

Color information

#490905 (or 0x490905) is unknown color: approx Seal Brown. HEX triplet: 49, 09 and 05. RGB value is (73,9,5). Sum of RGB (Red+Green+Blue) = 73+9+5=87 (11% of max value = 765). Red value is 73 (28.91% from 255 or 83.91% from 87); Green value is 9 (3.91% from 255 or 10.34% from 87); Blue value is 5 (2.34% from 255 or 5.75% from 87); Max value from RGB is 73 - color contains mainly: red. Hex color #490905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490905 is #B6F6FA. Grayscale: #1B1B1B. Windows color (decimal): -11990779 or 330057. OLE color: 330057.

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

Color convert

RGB7395-
CMYK00.880.930.71
HSL3.53º87.18%15.29%-
HSV(B)3.53º93.15%28.63%-
XYZ2.871.620.31-
YUV27.68115.2160.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 83.91%
GREEN value IS 9 (3.91% from 255) = 10.34%
BLUE value IS 5 (2.34% from 255) = 5.75%
R=83.91%
G=10.34%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal739500.880.930.713.5387.1815.29
Hex49950585D47457f
Octal1111150130135107412717
Binary10010011001101010110001011101100011110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490905; }

 p { color: rgb(73,9,5); }

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

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

 a { background-color: rgb(73,9,5); }

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

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

 span { border-color: rgb(73,9,5); }

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