#491001

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

Shades of Seal Brown #491001

Tints of Seal Brown #491001

Color information

#491001 (or 0x491001) is unknown color: approx Seal Brown. HEX triplet: 49, 10 and 01. RGB value is (73,16,1). Sum of RGB (Red+Green+Blue) = 73+16+1=90 (11% of max value = 765). Red value is 73 (28.91% from 255 or 81.11% from 90); Green value is 16 (6.64% from 255 or 17.78% from 90); Blue value is 1 (0.78% from 255 or 1.11% from 90); Max value from RGB is 73 - color contains mainly: red. Hex color #491001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491001 is #B6EFFE. Grayscale: #1F1F1F. Windows color (decimal): -11988991 or 69705. OLE color: 69705.

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

Color convert

RGB73161-
CMYK00.780.990.71
HSL12.5º97.3%14.51%-
HSV(B)12.5º98.63%28.63%-
XYZ2.941.790.22-
YUV31.33110.88157.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 81.11%
GREEN value IS 16 (6.64% from 255) = 17.78%
BLUE value IS 1 (0.78% from 255) = 1.11%
R=81.11%
G=17.78%
B=1.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.99
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7316100.780.990.7112.597.314.51
Hex4910104E6347c61f
Octal11120101161431071414117
Binary10010011000010100111011000111000111110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491001; }

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

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

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

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

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

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

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

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