#491F03

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

Shades of Brown Pod #491F03

Tints of Brown Pod #491F03

Color information

#491F03 (or 0x491F03) is unknown color: approx Brown Pod. HEX triplet: 49, 1F and 03. RGB value is (73,31,3). Sum of RGB (Red+Green+Blue) = 73+31+3=107 (14% of max value = 765). Red value is 73 (28.91% from 255 or 68.22% from 107); Green value is 31 (12.5% from 255 or 28.97% from 107); Blue value is 3 (1.56% from 255 or 2.80% from 107); Max value from RGB is 73 - color contains mainly: red. Hex color #491F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491F03 is #B6E0FC. Grayscale: #282828. Windows color (decimal): -11985149 or 204617. OLE color: 204617.

HSL color Cylindrical-coordinate representation of color #491F03: hue angle of 24º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #491F03 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.71.

Color convert

RGB73313-
CMYK00.580.960.71
HSL24º92.11%14.9%-
HSV(B)24º95.89%28.63%-
XYZ3.252.40.38-
YUV40.37106.91151.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 68.22%
GREEN value IS 31 (12.5% from 255) = 28.97%
BLUE value IS 3 (1.56% from 255) = 2.80%
R=68.22%
G=28.97%
B=2.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7331300.580.960.712492.1114.9
Hex491F303A6047185cf
Octal1113730721401073013417
Binary100100111111110111010110000010001111100010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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