#491E05

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

Shades of Brown Pod #491E05

Tints of Brown Pod #491E05

Color information

#491E05 (or 0x491E05) is unknown color: approx Brown Pod. HEX triplet: 49, 1E and 05. RGB value is (73,30,5). Sum of RGB (Red+Green+Blue) = 73+30+5=108 (14% of max value = 765). Red value is 73 (28.91% from 255 or 67.59% from 108); Green value is 30 (12.11% from 255 or 27.78% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 73 - color contains mainly: red. Hex color #491E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491E05 is #B6E1FA. Grayscale: #282828. Windows color (decimal): -11985403 or 335433. OLE color: 335433.

HSL color Cylindrical-coordinate representation of color #491E05: hue angle of 22.06º 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 #491E05 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.71.

Color convert

RGB73305-
CMYK00.590.930.71
HSL22.06º87.18%15.29%-
HSV(B)22.06º93.15%28.63%-
XYZ3.242.360.43-
YUV40.01108.25151.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 67.59%
GREEN value IS 30 (12.11% from 255) = 27.78%
BLUE value IS 5 (2.34% from 255) = 4.63%
R=67.59%
G=27.78%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7330500.590.930.7122.0687.1815.29
Hex491E503B5D471657f
Octal1113650731351072612717
Binary1001001111101010111011101110110001111011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491E05; }

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

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

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

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

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

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

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

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