#491906

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

Shades of Brown Pod #491906

Tints of Brown Pod #491906

Color information

#491906 (or 0x491906) is unknown color: approx Brown Pod. HEX triplet: 49, 19 and 06. RGB value is (73,25,6). Sum of RGB (Red+Green+Blue) = 73+25+6=104 (13% of max value = 765). Red value is 73 (28.91% from 255 or 70.19% from 104); Green value is 25 (10.16% from 255 or 24.04% from 104); Blue value is 6 (2.73% from 255 or 5.77% from 104); Max value from RGB is 73 - color contains mainly: red. Hex color #491906 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491906 is #B6E6F9. Grayscale: #252525. Windows color (decimal): -11986682 or 399689. OLE color: 399689.

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

Color convert

RGB73256-
CMYK00.660.920.71
HSL17.01º84.81%15.49%-
HSV(B)17.01º91.78%28.63%-
XYZ3.132.120.42-
YUV37.19110.4153.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 70.19%
GREEN value IS 25 (10.16% from 255) = 24.04%
BLUE value IS 6 (2.73% from 255) = 5.77%
R=70.19%
G=24.04%
B=5.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7325600.660.920.7117.0184.8115.49
Hex491960425C471155f
Octal11131601021341072112517
Binary10010011100111001000010101110010001111000110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491906; }

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

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

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

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

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

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

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

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