#491407

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

Shades of Brown Pod #491407

Tints of Brown Pod #491407

Color information

#491407 (or 0x491407) is unknown color: approx Brown Pod. HEX triplet: 49, 14 and 07. RGB value is (73,20,7). Sum of RGB (Red+Green+Blue) = 73+20+7=100 (13% of max value = 765). Red value is 73 (28.91% from 255 or 73% from 100); Green value is 20 (8.20% from 255 or 20% from 100); Blue value is 7 (3.12% from 255 or 7% from 100); Max value from RGB is 73 - color contains mainly: red. Hex color #491407 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491407 is #B6EBF8. Grayscale: #222222. Windows color (decimal): -11987961 or 463945. OLE color: 463945.

HSL color Cylindrical-coordinate representation of color #491407: hue angle of 11.82º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #491407 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.71.

Color convert

RGB73207-
CMYK00.730.900.71
HSL11.82º82.5%15.69%-
HSV(B)11.82º90.41%28.63%-
XYZ3.041.930.41-
YUV34.36112.56155.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 73%
GREEN value IS 20 (8.20% from 255) = 20%
BLUE value IS 7 (3.12% from 255) = 7%
R=73%
G=20%
B=7%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.90
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7320700.730.900.7111.8282.515.69
Hex491470495A47c5210
Octal11124701111321071412220
Binary10010011010011101001001101101010001111100101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491407; }

 p { color: rgb(73,20,7); }

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

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

 a { background-color: rgb(73,20,7); }

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

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

 span { border-color: rgb(73,20,7); }

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