#491905

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

Shades of Brown Pod #491905

Tints of Brown Pod #491905

Color information

#491905 (or 0x491905) is unknown color: approx Brown Pod. HEX triplet: 49, 19 and 05. RGB value is (73,25,5). Sum of RGB (Red+Green+Blue) = 73+25+5=103 (13% of max value = 765). Red value is 73 (28.91% from 255 or 70.87% from 103); Green value is 25 (10.16% from 255 or 24.27% from 103); Blue value is 5 (2.34% from 255 or 4.85% from 103); Max value from RGB is 73 - color contains mainly: red. Hex color #491905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491905 is #B6E6FA. Grayscale: #252525. Windows color (decimal): -11986683 or 334153. OLE color: 334153.

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

Color convert

RGB73255-
CMYK00.660.930.71
HSL17.65º87.18%15.29%-
HSV(B)17.65º93.15%28.63%-
XYZ3.122.120.39-
YUV37.07109.9153.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 70.87%
GREEN value IS 25 (10.16% from 255) = 24.27%
BLUE value IS 5 (2.34% from 255) = 4.85%
R=70.87%
G=24.27%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7325500.660.930.7117.6587.1815.29
Hex491950425D471257f
Octal11131501021351072212717
Binary10010011100110101000010101110110001111001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491905; }

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

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

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

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

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

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

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

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