#490601

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

Shades of Seal Brown #490601

Tints of Seal Brown #490601

Color information

#490601 (or 0x490601) is unknown color: approx Seal Brown. HEX triplet: 49, 06 and 01. RGB value is (73,6,1). Sum of RGB (Red+Green+Blue) = 73+6+1=80 (10% of max value = 765). Red value is 73 (28.91% from 255 or 91.25% from 80); Green value is 6 (2.73% from 255 or 7.5% from 80); Blue value is 1 (0.78% from 255 or 1.25% from 80); Max value from RGB is 73 - color contains mainly: red. Hex color #490601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490601 is #B6F9FE. Grayscale: #191919. Windows color (decimal): -11991551 or 67145. OLE color: 67145.

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

Color convert

RGB7361-
CMYK00.920.990.71
HSL4.17º97.3%14.51%-
HSV(B)4.17º98.63%28.63%-
XYZ2.821.550.18-
YUV25.46114.2161.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 91.25%
GREEN value IS 6 (2.73% from 255) = 7.5%
BLUE value IS 1 (0.78% from 255) = 1.25%
R=91.25%
G=7.5%
B=1.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.99
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal736100.920.990.714.1797.314.51
Hex496105C6347461f
Octal111610134143107414117
Binary10010011101010111001100011100011110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490601; }

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

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

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

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

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

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

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

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