#491C03

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

Shades of Brown Pod #491C03

Tints of Brown Pod #491C03

Color information

#491C03 (or 0x491C03) is unknown color: approx Brown Pod. HEX triplet: 49, 1C and 03. RGB value is (73,28,3). Sum of RGB (Red+Green+Blue) = 73+28+3=104 (13% of max value = 765). Red value is 73 (28.91% from 255 or 70.19% from 104); Green value is 28 (11.33% from 255 or 26.92% from 104); Blue value is 3 (1.56% from 255 or 2.88% from 104); Max value from RGB is 73 - color contains mainly: red. Hex color #491C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491C03 is #B6E3FC. Grayscale: #262626. Windows color (decimal): -11985917 or 203849. OLE color: 203849.

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

Color convert

RGB73283-
CMYK00.620.960.71
HSL21.43º92.11%14.9%-
HSV(B)21.43º95.89%28.63%-
XYZ3.182.250.35-
YUV38.6107.91152.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 70.19%
GREEN value IS 28 (11.33% from 255) = 26.92%
BLUE value IS 3 (1.56% from 255) = 2.88%
R=70.19%
G=26.92%
B=2.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7328300.620.960.7121.4392.1114.9
Hex491C303E6047155cf
Octal1113430761401072513417
Binary100100111100110111110110000010001111010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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