#491106

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

Shades of Seal Brown #491106

Tints of Seal Brown #491106

Color information

#491106 (or 0x491106) is unknown color: approx Seal Brown. HEX triplet: 49, 11 and 06. RGB value is (73,17,6). Sum of RGB (Red+Green+Blue) = 73+17+6=96 (12% of max value = 765). Red value is 73 (28.91% from 255 or 76.04% from 96); Green value is 17 (7.03% from 255 or 17.71% from 96); Blue value is 6 (2.73% from 255 or 6.25% from 96); Max value from RGB is 73 - color contains mainly: red. Hex color #491106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491106 is #B6EEF9. Grayscale: #202020. Windows color (decimal): -11988730 or 397641. OLE color: 397641.

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

Color convert

RGB73176-
CMYK00.770.920.71
HSL9.85º84.81%15.49%-
HSV(B)9.85º91.78%28.63%-
XYZ2.981.830.37-
YUV32.49113.05156.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 76.04%
GREEN value IS 17 (7.03% from 255) = 17.71%
BLUE value IS 6 (2.73% from 255) = 6.25%
R=76.04%
G=17.71%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7317600.770.920.719.8584.8115.49
Hex4911604D5C47a55f
Octal11121601151341071212517
Binary1001001100011100100110110111001000111101010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491106; }

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

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

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

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

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

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

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

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