#490A05

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

Shades of Seal Brown #490A05

Tints of Seal Brown #490A05

Color information

#490A05 (or 0x490A05) is unknown color: approx Seal Brown. HEX triplet: 49, 0A and 05. RGB value is (73,10,5). Sum of RGB (Red+Green+Blue) = 73+10+5=88 (11% of max value = 765). Red value is 73 (28.91% from 255 or 82.95% from 88); Green value is 10 (4.30% from 255 or 11.36% from 88); Blue value is 5 (2.34% from 255 or 5.68% from 88); Max value from RGB is 73 - color contains mainly: red. Hex color #490A05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490A05 is #B6F5FA. Grayscale: #1C1C1C. Windows color (decimal): -11990523 or 330313. OLE color: 330313.

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

Color convert

RGB73105-
CMYK00.860.930.71
HSL4.41º87.18%15.29%-
HSV(B)4.41º93.15%28.63%-
XYZ2.881.640.31-
YUV28.27114.87159.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 82.95%
GREEN value IS 10 (4.30% from 255) = 11.36%
BLUE value IS 5 (2.34% from 255) = 5.68%
R=82.95%
G=11.36%
B=5.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7310500.860.930.714.4187.1815.29
Hex49A50565D47457f
Octal1111250126135107412717
Binary10010011010101010101101011101100011110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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