#490501

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

Shades of Seal Brown #490501

Tints of Seal Brown #490501

Color information

#490501 (or 0x490501) is unknown color: approx Seal Brown. HEX triplet: 49, 05 and 01. RGB value is (73,5,1). Sum of RGB (Red+Green+Blue) = 73+5+1=79 (10% of max value = 765). Red value is 73 (28.91% from 255 or 92.41% from 79); Green value is 5 (2.34% from 255 or 6.33% from 79); Blue value is 1 (0.78% from 255 or 1.27% from 79); Max value from RGB is 73 - color contains mainly: red. Hex color #490501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490501 is #B6FAFE. Grayscale: #181818. Windows color (decimal): -11991807 or 66889. OLE color: 66889.

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

Color convert

RGB7351-
CMYK00.930.990.71
HSL3.33º97.3%14.51%-
HSV(B)3.33º98.63%28.63%-
XYZ2.811.530.18-
YUV24.88114.53162.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 92.41%
GREEN value IS 5 (2.34% from 255) = 6.33%
BLUE value IS 1 (0.78% from 255) = 1.27%
R=92.41%
G=6.33%
B=1.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.99
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal735100.930.990.713.3397.314.51
Hex495105D6347361f
Octal111510135143107314117
Binary1001001101101011101110001110001111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490501; }

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

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

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

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

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

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

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

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