#491F05

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

Shades of Brown Pod #491F05

Tints of Brown Pod #491F05

Color information

#491F05 (or 0x491F05) is unknown color: approx Brown Pod. HEX triplet: 49, 1F and 05. RGB value is (73,31,5). Sum of RGB (Red+Green+Blue) = 73+31+5=109 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.97% from 109); Green value is 31 (12.5% from 255 or 28.44% from 109); Blue value is 5 (2.34% from 255 or 4.59% from 109); Max value from RGB is 73 - color contains mainly: red. Hex color #491F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491F05 is #B6E0FA. Grayscale: #282828. Windows color (decimal): -11985147 or 335689. OLE color: 335689.

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

Color convert

RGB73315-
CMYK00.580.930.71
HSL22.94º87.18%15.29%-
HSV(B)22.94º93.15%28.63%-
XYZ3.272.410.44-
YUV40.59107.91151.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 66.97%
GREEN value IS 31 (12.5% from 255) = 28.44%
BLUE value IS 5 (2.34% from 255) = 4.59%
R=66.97%
G=28.44%
B=4.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7331500.580.930.7122.9487.1815.29
Hex491F503A5D471757f
Octal1113750721351072712717
Binary1001001111111010111010101110110001111011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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