#490500

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

Shades of Seal Brown #490500

Tints of Seal Brown #490500

Color information

#490500 (or 0x490500) is unknown color: approx Seal Brown. HEX triplet: 49, 05 and 00. RGB value is (73,5,0). Sum of RGB (Red+Green+Blue) = 73+5+0=78 (10% of max value = 765). Red value is 73 (28.91% from 255 or 93.59% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 0 (0.39% from 255 or 0% from 78); Max value from RGB is 73 - color contains mainly: red. Hex color #490500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490500 is #B6FAFF. Grayscale: #181818. Windows color (decimal): -11991808 or 1353. OLE color: 1353.

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

Color convert

RGB7350-
CMYK00.9310.71
HSL4.11º100%14.31%-
HSV(B)4.11º100%28.63%-
XYZ2.81.530.15-
YUV24.76114.03162.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 93.59%
GREEN value IS 5 (2.34% from 255) = 6.41%
BLUE value IS 0 (0.39% from 255) = 0%
R=93.59%
G=6.41%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal735000.9310.714.1110014.31
Hex495005D6447464e
Octal111500135144107414416
Binary10010011010010111011100100100011110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490500; }

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

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

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

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

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

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

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

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