#491A03

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

Shades of Brown Pod #491A03

Tints of Brown Pod #491A03

Color information

#491A03 (or 0x491A03) is unknown color: approx Brown Pod. HEX triplet: 49, 1A and 03. RGB value is (73,26,3). Sum of RGB (Red+Green+Blue) = 73+26+3=102 (13% of max value = 765). Red value is 73 (28.91% from 255 or 71.57% from 102); Green value is 26 (10.55% from 255 or 25.49% from 102); Blue value is 3 (1.56% from 255 or 2.94% from 102); Max value from RGB is 73 - color contains mainly: red. Hex color #491A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491A03 is #B6E5FC. Grayscale: #252525. Windows color (decimal): -11986429 or 203337. OLE color: 203337.

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

Color convert

RGB73263-
CMYK00.640.960.71
HSL19.71º92.11%14.9%-
HSV(B)19.71º95.89%28.63%-
XYZ3.132.160.34-
YUV37.43108.57153.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 71.57%
GREEN value IS 26 (10.55% from 255) = 25.49%
BLUE value IS 3 (1.56% from 255) = 2.94%
R=71.57%
G=25.49%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7326300.640.960.7119.7192.1114.9
Hex491A30406047145cf
Octal11132301001401072413417
Binary1001001110101101000000110000010001111010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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