#490907

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

Shades of Seal Brown #490907

Tints of Seal Brown #490907

Color information

#490907 (or 0x490907) is unknown color: approx Seal Brown. HEX triplet: 49, 09 and 07. RGB value is (73,9,7). Sum of RGB (Red+Green+Blue) = 73+9+7=89 (11% of max value = 765). Red value is 73 (28.91% from 255 or 82.02% from 89); Green value is 9 (3.91% from 255 or 10.11% from 89); Blue value is 7 (3.12% from 255 or 7.87% from 89); Max value from RGB is 73 - color contains mainly: red. Hex color #490907 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490907 is #B6F6F8. Grayscale: #1B1B1B. Windows color (decimal): -11990777 or 461129. OLE color: 461129.

HSL color Cylindrical-coordinate representation of color #490907: hue angle of 1.82º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #490907 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.71.

Color convert

RGB7397-
CMYK00.880.900.71
HSL1.82º82.5%15.69%-
HSV(B)1.82º90.41%28.63%-
XYZ2.881.630.36-
YUV27.91116.2160.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 82.02%
GREEN value IS 9 (3.91% from 255) = 10.11%
BLUE value IS 7 (3.12% from 255) = 7.87%
R=82.02%
G=10.11%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.90
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal739700.880.900.711.8282.515.69
Hex49970585A4725210
Octal1111170130132107212220
Binary10010011001111010110001011010100011110101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490907; }

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

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

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

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

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

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

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

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