#491806

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

Shades of Brown Pod #491806

Tints of Brown Pod #491806

Color information

#491806 (or 0x491806) is unknown color: approx Brown Pod. HEX triplet: 49, 18 and 06. RGB value is (73,24,6). Sum of RGB (Red+Green+Blue) = 73+24+6=103 (13% of max value = 765). Red value is 73 (28.91% from 255 or 70.87% from 103); Green value is 24 (9.77% from 255 or 23.30% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 73 - color contains mainly: red. Hex color #491806 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491806 is #B6E7F9. Grayscale: #242424. Windows color (decimal): -11986938 or 399433. OLE color: 399433.

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

Color convert

RGB73246-
CMYK00.670.920.71
HSL16.12º84.81%15.49%-
HSV(B)16.12º91.78%28.63%-
XYZ3.112.080.41-
YUV36.6110.73153.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 70.87%
GREEN value IS 24 (9.77% from 255) = 23.30%
BLUE value IS 6 (2.73% from 255) = 5.83%
R=70.87%
G=23.30%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7324600.670.920.7116.1284.8115.49
Hex491860435C471055f
Octal11130601031341072012517
Binary10010011100011001000011101110010001111000010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491806; }

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

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

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

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

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

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

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

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